Skip to content

Commit

Permalink
added phpstan generic rules
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 1, 2019
1 parent ed5451a commit 33e1daf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"friends-of-behat/symfony-extension": "^2.0",
"friends-of-behat/variadic-extension": "^1.1",
"kalessil/production-dependencies-guard": "dev-master",
"korbeil/phpstan-generic-rules": "^0.2.1",
"lakion/mink-debug-extension": "^1.2.3",
"localheinz/composer-normalize": "^1.3",
"phpspec/phpspec": "^5.0",
Expand Down
9 changes: 5 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
includes:
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
- vendor/korbeil/phpstan-generic-rules/extension.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon

parameters:
reportUnmatchedIgnoredErrors: true
Expand Down

0 comments on commit 33e1daf

Please sign in to comment.