Skip to content

Commit

Permalink
Add phpstan-strict-rules and its configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Dec 18, 2023
1 parent 0afbb20 commit c27b2b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"vimeo/psalm": "^5.16",
"psalm/plugin-phpunit": "^0.18.4",
"doctrine/coding-standard": "^12.0",
"squizlabs/php_codesniffer": "^3.7"
"squizlabs/php_codesniffer": "^3.7",
"phpstan/phpstan-strict-rules": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ parameters:
path: %currentWorkingDirectory%/src/DependencyInjection/Configuration.php
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 comments on commit c27b2b6

Please sign in to comment.