-
Notifications
You must be signed in to change notification settings - Fork 33
/
phpstan-baseline.neon
50 lines (38 loc) · 1.52 KB
/
phpstan-baseline.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:getRegisterValidators\\(\\)\\.$#"
count: 1
path: src\Service\Action\Auth\RegisterAction.php
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:register\\(\\)\\.$#"
count: 2
path: src\Service\Action\Auth\RegisterAction.php
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:validate\\(\\)\\.$#"
count: 1
path: src\Service\Action\Auth\ResetPasswordAction.php
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:validationPasswordConfirm\\(\\)\\.$#"
count: 1
path: src\Service\Action\Auth\ResetPasswordAction.php
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:changePassword\\(\\)\\.$#"
count: 1
path: src\Service\Action\Auth\ResetPasswordAction.php
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:resetToken\\(\\)\\.$#"
count: 1
path: src\Service\Action\Auth\ResetPasswordRequestAction.php
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:socialLogin\\(\\)\\.$#"
count: 1
path: src\Service\Action\Auth\SocialLoginAction.php
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:validate\\(\\)\\.$#"
count: 1
path: src\Service\Action\Auth\ValidateAccountAction.php
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:resetToken\\(\\)\\.$#"
count: 1
path: src\Service\Action\Auth\ValidateAccountRequestAction.php