Skip to content

Commit

Permalink
🚚 chore(phpstan): change the path to phpstan configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3ady committed Oct 26, 2024
1 parent 9a9b014 commit 816fe3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"test": "phpunit",
"phpcs": "phpcs --standard=PSR12 src test",
"phpstan": "phpstan analyse -c phpstan.neon"
"phpstan": "phpstan analyse -c config/phpstan/phpstan.neon"
},
"require": {
"php": "^8.3"
Expand Down
5 changes: 5 additions & 0 deletions config/phpstan/phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
parameters:
level: 9
paths:
- ../../src
- ../../test
5 changes: 0 additions & 5 deletions phpstan.neon

This file was deleted.

0 comments on commit 816fe3d

Please sign in to comment.