Skip to content

Commit 553b859

Browse files
committed
PHPStan strict rules
1 parent 63bcf2e commit 553b859

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"phpunit/phpunit": "^6.4",
2020
"phpstan/phpstan-phpunit": "^0.9.0",
2121
"lookyman/coding-standard": "^0.0.6",
22-
"symfony/framework-bundle": "^4.0"
22+
"symfony/framework-bundle": "^4.0",
23+
"phpstan/phpstan-strict-rules": "^0.9.0"
2324
},
2425
"autoload": {
2526
"psr-4": {

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
includes:
22
- vendor/phpstan/phpstan-phpunit/extension.neon
33
- vendor/phpstan/phpstan-phpunit/rules.neon
4+
- vendor/phpstan/phpstan-strict-rules/rules.neon
45

56
parameters:
67
excludes_analyse:

0 commit comments

Comments
 (0)