-
Notifications
You must be signed in to change notification settings - Fork 289
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
133 lines (112 loc) · 4.97 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
133 lines (112 loc) · 4.97 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
parameters:
ignoreErrors:
-
message: '#^Access to an undefined property Cake\\Controller\\Controller\:\:\$Authentication\.$#'
identifier: property.notFound
count: 1
path: src/Controller/Component/LoginComponent.php
-
message: '#^Call to an undefined method Cake\\Controller\\Controller\:\:getUsersTable\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Controller/Component/LoginComponent.php
-
message: '#^Call to function method_exists\(\) with Authentication\\Authenticator\\AuthenticatorInterface and ''getIdentifier'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: src/Controller/Component/LoginComponent.php
-
message: '#^Parameter \#1 \$request of method CakeDC\\Users\\Middleware\\SocialAuthMiddleware\:\:goNext\(\) expects Cake\\Http\\ServerRequest, Psr\\Http\\Message\\ServerRequestInterface given\.$#'
identifier: argument.type
count: 1
path: src/Middleware/SocialAuthMiddleware.php
-
message: '#^Parameter \#2 \$request of method CakeDC\\Users\\Utility\\UsersUrl\:\:checkActionOnRequest\(\) expects Cake\\Http\\ServerRequest, Psr\\Http\\Message\\ServerRequestInterface given\.$#'
identifier: argument.type
count: 1
path: src/Middleware/SocialAuthMiddleware.php
-
message: '#^Parameter \#1 \$request of method CakeDC\\Users\\Middleware\\SocialAuthMiddleware\:\:goNext\(\) expects Cake\\Http\\ServerRequest, Psr\\Http\\Message\\ServerRequestInterface given\.$#'
identifier: argument.type
count: 1
path: src/Middleware/SocialEmailMiddleware.php
-
message: '#^Parameter \#2 \$request of method CakeDC\\Users\\Utility\\UsersUrl\:\:checkActionOnRequest\(\) expects Cake\\Http\\ServerRequest, Psr\\Http\\Message\\ServerRequestInterface given\.$#'
identifier: argument.type
count: 1
path: src/Middleware/SocialEmailMiddleware.php
-
message: '#^Call to an undefined method Cake\\Datasource\\EntityInterface\:\:updateToken\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Model/Behavior/BaseTokenBehavior.php
-
message: '#^Access to an undefined property Cake\\ORM\\Table\:\:\$SocialAccounts\.$#'
identifier: property.notFound
count: 5
path: src/Model/Behavior/LinkSocialBehavior.php
-
message: '#^Negated boolean expression is always false\.$#'
identifier: booleanNot.alwaysFalse
count: 1
path: src/Model/Behavior/LinkSocialBehavior.php
-
message: '#^Access to an undefined property Cake\\Datasource\\EntityInterface\:\:\$active\.$#'
identifier: property.notFound
count: 1
path: src/Model/Behavior/RegisterBehavior.php
-
message: '#^Access to an undefined property Cake\\Datasource\\EntityInterface\:\:\$validated\.$#'
identifier: property.notFound
count: 1
path: src/Model/Behavior/RegisterBehavior.php
-
message: '#^Access to an undefined property Cake\\ORM\\Table\:\:\$isValidateEmail\.$#'
identifier: property.notFound
count: 1
path: src/Model/Behavior/RegisterBehavior.php
-
message: '#^Call to an undefined method Cake\\ORM\\Table\:\:validationRegister\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Model/Behavior/RegisterBehavior.php
-
message: '#^Access to an undefined property CakeDC\\Users\\Model\\Entity\\SocialAccount\:\:\$active\.$#'
identifier: property.notFound
count: 1
path: src/Model/Behavior/SocialAccountBehavior.php
-
message: '#^Method CakeDC\\Users\\Model\\Behavior\\SocialAccountBehavior\:\:resendValidation\(\) should return CakeDC\\Users\\Model\\Entity\\User but returns array\.$#'
identifier: return.type
count: 1
path: src/Model/Behavior/SocialAccountBehavior.php
-
message: '#^Method CakeDC\\Users\\Model\\Behavior\\SocialAccountBehavior\:\:validateAccount\(\) should return CakeDC\\Users\\Model\\Entity\\User but returns Cake\\Datasource\\EntityInterface\.$#'
identifier: return.type
count: 1
path: src/Model/Behavior/SocialAccountBehavior.php
-
message: '#^Access to an undefined property Cake\\ORM\\Table\:\:\$SocialAccounts\.$#'
identifier: property.notFound
count: 4
path: src/Model/Behavior/SocialBehavior.php
-
message: '#^Access to an undefined property Cake\\ORM\\Table\:\:\$isValidateEmail\.$#'
identifier: property.notFound
count: 1
path: src/Model/Behavior/SocialBehavior.php
-
message: '#^Parameter \#3 \$tokenExpiration of method CakeDC\\Users\\Model\\Behavior\\BaseTokenBehavior\:\:_updateActive\(\) expects int, string given\.$#'
identifier: argument.type
count: 1
path: src/Model/Behavior/SocialBehavior.php
-
message: '#^Method CakeDC\\Users\\Model\\Entity\\User\:\:_setTos\(\) should return bool but returns string\.$#'
identifier: return.type
count: 1
path: src/Model/Entity/User.php
-
message: '#^PHPDoc tag @property for property CakeDC\\Users\\Model\\Table\\FailedPasswordAttemptsTable\:\:\$Users contains unresolvable type\.$#'
identifier: propertyTag.unresolvableType
count: 1
path: src/Model/Table/FailedPasswordAttemptsTable.php