Skip to content

Commit

Permalink
update PhpStan and use level 5
Browse files Browse the repository at this point in the history
  • Loading branch information
soukicz committed Mar 12, 2019
1 parent f341aea commit 0818ffd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"phpstan/phpstan": "~0.9|~0.10"
"phpstan/phpstan": "~0.9|~0.10|~0.11"
},
"suggest": {
"composer/ca-bundle": "Https certificates bundle"
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
parameters:
ignoreErrors:
- '#Call to static method getSystemCaRootBundlePath\(\) on an unknown class Composer\\CaBundle\\CaBundle#'
- '#Call to static method getCaInfoFile\(\) on an unknown class Kdyby\\CurlCaBundle\\CertificateHelper#'

0 comments on commit 0818ffd

Please sign in to comment.