Skip to content

Commit 8d73304

Browse files
committed
#1930 add PHPStan config
1 parent 5606d79 commit 8d73304

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
includes:
2+
- ./vendor/nunomaduro/larastan/extension.neon
3+
4+
parameters:
5+
tmpDir: .cache/phpstan
6+
7+
paths:
8+
- src
9+
10+
level: 1
11+
12+
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'

0 commit comments

Comments
 (0)