Skip to content

Commit df71f7a

Browse files
committed
Enable bleeding edge for PHPStan
1 parent 0ec374e commit df71f7a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

phpstan.neon

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
includes:
2-
- extension.neon
2+
- phar://phpstan.phar/conf/bleedingEdge.neon
3+
- extension.neon
34
parameters:
4-
level: 8
5-
paths:
6-
- src
7-
phpVersion: 80100
8-
errorFormat: ticketswap
9-
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
5+
level: 8
6+
paths:
7+
- src
8+
phpVersion: 80100
9+
errorFormat: ticketswap
10+
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'

0 commit comments

Comments
 (0)