Skip to content

Commit e60128d

Browse files
committed
#1930 add PHPStan config
1 parent d4b2138 commit e60128d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
composer.lock
1010
composer.phar
1111
phpunit.xml
12+
phpstan.neon
13+
/.cache/phpstan/

phpstan.neon.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
parameters:
2+
tmpDir: .cache/phpstan
3+
4+
paths:
5+
- src
6+
7+
level: 1
8+
9+
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'

0 commit comments

Comments
 (0)