Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 0f89133

Browse files
committed
Integrated phpstan-strict-rules
1 parent c9fd613 commit 0f89133

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"jakub-onderka/php-parallel-lint": "^0.9.2",
2020
"phing/phing": "^2.16.0",
2121
"phpstan/phpstan-phpunit": "^0.9",
22+
"phpstan/phpstan-strict-rules": "^0.9",
2223
"phpunit/phpunit": "^6.4",
2324
"slevomat/coding-standard": "^3.3.0"
2425
},

phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
includes:
22
- vendor/phpstan/phpstan-phpunit/extension.neon
33
- vendor/phpstan/phpstan-phpunit/rules.neon
4+
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 commit comments

Comments
 (0)