Make phpstan configuration more flexible
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@
|
||||
.env
|
||||
.env.dusk.*
|
||||
!.env.dusk.example
|
||||
phpstan.neon
|
||||
.idea
|
||||
/bin/
|
||||
/bootstrap/compiled.php
|
||||
|
||||
8
phpstan.neon.example
Normal file
8
phpstan.neon.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# Copy this file to "phpstan.neon" and update the parameters section as needed
|
||||
|
||||
includes:
|
||||
- phpstan.neon.dist
|
||||
|
||||
parameters:
|
||||
# https://phpstan.org/user-guide/output-format#opening-file-in-an-editor
|
||||
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
|
||||
Reference in New Issue
Block a user