-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathphpstan.neon
28 lines (25 loc) · 956 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
parameters:
level: 8
paths:
- src
universalObjectCratesClasses:
- Crud\Event\Subject
ignoreErrors:
-
identifier: missingType.iterableValue
-
message: "#^Access to an undefined property Cake\\\\Controller\\\\Controller\\:\\:\\$Authentication\\.$#"
count: 4
path: src/Action/LoginAction.php
-
message: "#^Access to an undefined property Cake\\\\Controller\\\\Controller\\:\\:\\$Authentication\\.$#"
count: 1
path: src/Action/LogoutAction.php
-
message: "#^Parameter \\#1 \\$type of method Cake\\\\ORM\\\\Table\\:\\:find\\(\\) expects string, \\$this\\(CrudUsers\\\\Action\\\\ResetPasswordAction\\)\\|array\\|string given\\.$#"
count: 1
path: src/Action/ResetPasswordAction.php
-
message: "#^Parameter \\#1 \\$type of method Cake\\\\ORM\\\\Table\\:\\:find\\(\\) expects string, \\$this\\(CrudUsers\\\\Action\\\\VerifyAction\\)\\|array\\|string given\\.$#"
count: 1
path: src/Action/VerifyAction.php