You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,14 @@ parameters:
7
7
path:src/Controller/Component/LoginComponent.php
8
8
9
9
-
10
-
message:"#^Call to an undefined method Cake\\\\Controller\\\\Controller\\:\\:getUsersTable\\(\\)\\.$#"
10
+
message:'#^Call to an undefined method Cake\\Controller\\Controller\:\:getUsersTable\(\)\.$#'
11
+
identifier:method.notFound
12
+
count:1
13
+
path:src/Controller/Component/LoginComponent.php
14
+
15
+
-
16
+
message:'#^Call to function method_exists\(\) with Authentication\\Authenticator\\AuthenticatorInterface and ''getIdentifier'' will always evaluate to true\.$#'
17
+
identifier:function.alreadyNarrowedType
11
18
count:1
12
19
path:src/Controller/Component/LoginComponent.php
13
20
@@ -54,7 +61,8 @@ parameters:
54
61
path:src/Model/Behavior/LinkSocialBehavior.php
55
62
56
63
-
57
-
message:"#^Access to an undefined property Cake\\\\Datasource\\\\EntityInterface\\:\\:\\$activation_date\\.$#"
64
+
message:'#^Access to an undefined property Cake\\Datasource\\EntityInterface\:\:\$activation_date\.$#'
if (!$service->authenticators()->has($authenticatorName)) {
210
-
Log::warning("Error saving user id $user->id password after rehashing: authenticator $authenticatorName not found. Check your Auth.PasswordRehash.authenticators configuration.");
if (!$identifierCollection->has($identifierName)) {
218
-
Log::warning("Error saving user id $user->id password after rehashing: identifier $identifierName not found. Check your Auth.PasswordRehash.authenticators configuration.");
221
+
Log::warning("Error saving user id $user->id password after rehashing: identifier $identifierName not found for authenticator $authenticatorName. Check your Auth.PasswordRehash.authenticators configuration.");
0 commit comments