Skip to content

Commit

Permalink
Enable bleeding edge for PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Oct 2, 2024
1 parent 4695659 commit b5c1a96
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
includes:
- extension.neon
- phar://phpstan.phar/conf/bleedingEdge.neon
- extension.neon
parameters:
level: 8
paths:
- src
phpVersion: 80100
errorFormat: ticketswap
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
level: 8
paths:
- src
phpVersion: 80100
errorFormat: ticketswap
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'

0 comments on commit b5c1a96

Please sign in to comment.