Skip to content

Commit b52d101

Browse files
committed
Integrated phpstan-strict-rules
1 parent fc1abf2 commit b52d101

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"jakub-onderka/php-parallel-lint": "^0.9.2",
2121
"phing/phing": "^2.16.0",
2222
"phpstan/phpstan-phpunit": "^0.9",
23+
"phpstan/phpstan-strict-rules": "^0.9",
2324
"phpunit/phpunit": "^6.4",
2425
"slevomat/coding-standard": "^2.0"
2526
},

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
includes:
2+
- vendor/phpstan/phpstan-strict-rules/rules.neon
23
- vendor/phpstan/phpstan-phpunit/extension.neon
34
- vendor/phpstan/phpstan-phpunit/rules.neon

0 commit comments

Comments
 (0)