Skip to content

Commit

Permalink
stan cnf
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 16, 2023
1 parent 3bf086f commit 89e9987
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon

parameters:
level: 6
paths:
- .
excludePaths:
- vendor

ignoreErrors:
# relax strict rules
- '~^Only booleans are allowed in .+, .+ given( on the (left|right) side)?\.~'
- '~^Variable (static )?(property access|method call) on .+\.~'

0 comments on commit 89e9987

Please sign in to comment.