Skip to content

Commit

Permalink
Add phpstan.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpoensgen committed Feb 9, 2019
1 parent e200416 commit 846f834
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Empty file modified .editorconfig
100644 → 100755
Empty file.
Empty file modified .php_cs.dist
100644 → 100755
Empty file.
15 changes: 15 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
parameters:
level: 7

autoload_directories:
- %currentWorkingDirectory%/../../../var/cache
- %currentWorkingDirectory%/../../../engine/Library
- %currentWorkingDirectory%

autoload_files:
- %currentWorkingDirectory%/../../../autoload.php

paths:
- %currentWorkingDirectory%

reportUnmatchedIgnoredErrors: false

0 comments on commit 846f834

Please sign in to comment.