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 d4b2138 commit e60128dCopy full SHA for e60128d
.gitignore
@@ -9,3 +9,5 @@
9
composer.lock
10
composer.phar
11
phpunit.xml
12
+phpstan.neon
13
+/.cache/phpstan/
phpstan.neon.dist
@@ -0,0 +1,9 @@
1
+parameters:
2
+ tmpDir: .cache/phpstan
3
+
4
+ paths:
5
+ - src
6
7
+ level: 1
8
+ editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
0 commit comments