Skip to content

Commit 48dfc96

Browse files
committed
add PHPStan config
1 parent 7ec3443 commit 48dfc96

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ tests/ export-ignore
55
.gitignore export-ignore
66
.phpcs.xml export-ignore
77
composer.* export-ignore
8+
phpstan.neon export-ignore
89
phpunit.xml export-ignore
910
README.* export-ignore

phpstan.neon

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
parameters:
2+
level: 9
3+
paths:
4+
- src/
5+
- tests/
6+
scanDirectories:
7+
- vendor/

0 commit comments

Comments
 (0)