Skip to content

Commit

Permalink
Merge pull request #74 from ergebnis/feature/phpstan
Browse files Browse the repository at this point in the history
Enhancement: Update phpstan/phpstan and friends
  • Loading branch information
localheinz authored Dec 23, 2019
2 parents f4c5745 + 6b3f5e5 commit 730d0b8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 68 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"ergebnis/phpstan-rules": "~0.14.2",
"ergebnis/test-util": "~0.9.1",
"phpstan/extension-installer": "^1.0.3",
"phpstan/phpstan": "~0.11.19",
"phpstan/phpstan-deprecation-rules": "~0.11.2",
"phpstan/phpstan-strict-rules": "~0.11.1",
"phpstan/phpstan": "~0.12.3",
"phpstan/phpstan-deprecation-rules": "~0.12.0",
"phpstan/phpstan-strict-rules": "~0.12.0",
"phpunit/phpunit": "^8.5.0"
},
"config": {
Expand Down
97 changes: 32 additions & 65 deletions composer.lock

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

1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ includes:
- phpstan-baseline.neon

parameters:
checkMissingIterableValueType: false
inferPrivatePropertyTypeFromConstructor: true
level: max
paths:
Expand Down

0 comments on commit 730d0b8

Please sign in to comment.