We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec3443 commit 48dfc96Copy full SHA for 48dfc96
.gitattributes
@@ -5,5 +5,6 @@ tests/ export-ignore
5
.gitignore export-ignore
6
.phpcs.xml export-ignore
7
composer.* export-ignore
8
+phpstan.neon export-ignore
9
phpunit.xml export-ignore
10
README.* export-ignore
phpstan.neon
@@ -0,0 +1,7 @@
1
+parameters:
2
+ level: 9
3
+ paths:
4
+ - src/
+ - tests/
+ scanDirectories:
+ - vendor/
0 commit comments