Skip to content

Commit

Permalink
Add missing phpstan.neon file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhas committed Dec 6, 2021
1 parent 4dafa3b commit 5f3cc74
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
includes:
- ./vendor/worksome/coding-style/larastan.neon
- phpstan-baseline.neon

parameters:
level: max
paths:
- src
- config
tmpDir: build/phpstan
checkModelProperties: true
parallel:
processTimeout: 300.0

0 comments on commit 5f3cc74

Please sign in to comment.