Skip to content

Commit

Permalink
PHPStan: 0.12.99 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Nov 24, 2021
1 parent 748b6e3 commit 3e08f1e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 29 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -16,9 +16,9 @@
"php-http/discovery": "^1.12",
"php-http/guzzle7-adapter": "^1.0.0",
"php-http/mock-client": "^1.3",
"phpstan/phpstan": "^0.12.23",
"phpstan/phpstan-phpunit": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.2",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^9.0",
"psalm/plugin-phpunit": "^0.16.0",
"vimeo/psalm": "^4.2"
Expand Down
54 changes: 28 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions phpstan.neon.dist
Expand Up @@ -4,5 +4,10 @@ parameters:
- src/
- tests/
- examples/
stubFiles:
- tests/stubs/Http/Promise/Promise.phpstub
checkExplicitMixed: false
ignoreErrors:
- '#Class APCUIterator referenced with incorrect case: APCuIterator#'
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 comments on commit 3e08f1e

Please sign in to comment.