Skip to content

Commit ef22d69

Browse files
Create phpstan.neon
Signed-off-by: Dominik <163560221+Dominik-developer@users.noreply.github.com>
1 parent ad98c26 commit ef22d69

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

phpstan.neon

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
parameters:
2+
level: 5 # 0->9
3+
paths:
4+
- admin
5+
- public
6+
ignoreErrors:
7+
- '#Call to an undefined method#'
8+
- '#Property .* does not exist#'

0 commit comments

Comments
 (0)