Skip to content

Commit 09627a8

Browse files
Add phpstan configuration file and update .gitignore to include phpstan.neon.dist
1 parent 3c37d60 commit 09627a8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ application/logs/*
1919
!application/logs/.htaccess
2020
/vendor/
2121
*.phar
22-
.phpunit.result.cache
23-
phpstan.neon.dist
22+
.phpunit.result.cache

phpstan.neon.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
parameters:
2+
level: max
3+
paths:
4+
- src
5+
bootstrapFiles:
6+
- tests/Bootstrap.php

0 commit comments

Comments
 (0)