Skip to content

Commit

Permalink
Include phpstan/phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Feb 5, 2024
1 parent 4a8cdd5 commit 8ac92f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7",
"corpus/coding-standard": "^0.6.0",
"friendsofphp/php-cs-fixer": "^3.4"
"friendsofphp/php-cs-fixer": "^3.4",
"donatj/drop": "^1.1",
"phpstan/phpstan": "^1.10"
},
"config": {
"allow-plugins": {
Expand Down
6 changes: 6 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
parameters:
level: 9
paths:
- src
- test
phpVersion: 70300

0 comments on commit 8ac92f7

Please sign in to comment.