Skip to content

Commit

Permalink
Upgrade to PHPStan v0.12
Browse files Browse the repository at this point in the history
Allowing us to use more advanced checks and have full generic support.

This also adds a baseline file, since we have new violations being
reported but don't want to address them right now.
  • Loading branch information
lcobucci authored and morozov committed Mar 29, 2020
1 parent d7f2292 commit ab88b96
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 864 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require-dev": {
"doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.11.3",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.4.1",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
},
Expand Down
Loading

0 comments on commit ab88b96

Please sign in to comment.