Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer(deps-dev): bump phpstan/phpstan from 0.12.32 to 0.12.33 #310

Merged
merged 1 commit into from
Jul 20, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2020

Bumps phpstan/phpstan from 0.12.32 to 0.12.33.

Release notes

Sourced from phpstan/phpstan's releases.

0.12.33

Improvements 馃敡

  • Initial PHP 8 support!
  • Set different PHP version than your runtime
    • If you set different phpVersion parameter in your phpstan.neon, you can for example tell PHPStan to analyse source code like it's written for PHP 7.4 even if you're running PHP 8. The phpVersion config parameter is in PHP_VERSION_ID format - for PHP 7.4, use 70400.
    • You can also set a newer PHP version. So you can run PHPStan on 7.4, but already test compatibility with PHP 8 by setting phpVersion to 80000.
  • Check uninitialized typed properties that aren't set in the constructor (phpstan/phpstan-src@a1eb1f5), #2984
    • Off by default, needs checkUninitializedProperties: true.
  • Show error on unescaped () in ignoreErrors (phpstan/phpstan-src@8479d40), #3602

Bleeding edge 馃敧

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included.

Bugfixes 馃悰

Function signature fixes 馃

Commits
  • 46e698a PHPStan 0.12.33
  • 88f3f4f Updated PHPStan to commit acb9d70c8c9da7171f4e8cf1ffd8721c33a8ac0f
  • 5413fe3 Updated PHPStan to commit d2351952200507028d6785de882aaccf0b649336
  • 8841957 Run e2e/phpstorm-stubs test only once on PHP 7.4
  • 16b696d Exclude phpstan-phpunit with static-reflection true
  • d90ce93 Fix build
  • 0dc69df Updated PHPStan to commit f9ee84bde44c0abf5c86670123698597b621a6c9
  • 12ffd33 Updated PHPStan to commit 4e5a6977459776cde352b26da2e54ad0839a0cb8
  • 670755b Do not use Composer v2 yet
  • 1a43bc2 Updated PHPStan to commit 598816764ce2c133f5684126addd134b09cffa9c
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.32 to 0.12.33.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](phpstan/phpstan@0.12.32...0.12.33)

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Jul 20, 2020

Codecov Report

Merging #310 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #310   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       161       161           
===========================================
  Files             34        34           
  Lines            521       521           
===========================================
  Hits             521       521           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 39ec48b...171860e. Read the comment docs.

@ergebnis-bot ergebnis-bot self-requested a review July 20, 2020 05:41
@ergebnis-bot ergebnis-bot self-assigned this Jul 20, 2020
@ergebnis-bot ergebnis-bot merged commit 919e52e into main Jul 20, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/phpstan/phpstan-0.12.33 branch July 20, 2020 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant