Skip to content

Commit

Permalink
chore: phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivuorinen committed Aug 19, 2024
1 parent 4b13802 commit 3e38a0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"docs": "php vendor/bin/phpdoc-md generate src > docs.md",
"lint": "php vendor/bin/phpcs --standard=PSR12 src",
"lint-fix": "php vendor/bin/phpcbf --standard=PSR12 src",
"phpstan": "php vendor/bin/phpstan analyse src --level=9"
"phpstan": "php vendor/bin/phpstan analyse"
}
}
4 changes: 4 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
parameters:
level: 9
paths:
- src

0 comments on commit 3e38a0d

Please sign in to comment.