Skip to content

Commit 684f6f4

Browse files
committed
Setup PHPStan
1 parent c04c973 commit 684f6f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

phpstan.neon

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
includes:
2+
- extension.neon
3+
parameters:
4+
level: 8
5+
paths:
6+
- src
7+
phpVersion: 80200
8+
errorFormat: ticketswap
9+
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'

0 commit comments

Comments
 (0)