Skip to content

Commit

Permalink
add phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
sinejespersen committed Sep 17, 2024
1 parent 17e8a1b commit f075f54
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions phpstan.dist.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
parameters:
level: 6
paths:
- .

excludePaths:
- vendor
- node_modules

ignoreErrors:
- '#Constant (APP_ROOT|BASE_URL) not found.#'
# - identifier: missingType.generics

# Local Variables:
# mode: yaml
# End:

0 comments on commit f075f54

Please sign in to comment.