|
68 | 68 | 'path' => __DIR__ . '/src/Authentication/Authenticators/JWT.php', |
69 | 69 | ]; |
70 | 70 | $ignoreErrors[] = [ |
71 | | - 'rawMessage' => 'Parameter #1 $credentials (array{token?: string}) of method CodeIgniter\\Shield\\Authentication\\Authenticators\\JWT::attempt() should be contravariant with parameter $credentials (array) of method CodeIgniter\\Shield\\Authentication\\AuthenticatorInterface::attempt()', |
| 71 | + 'rawMessage' => 'Parameter #1 $credentials (array{token?: string, ...}) of method CodeIgniter\\Shield\\Authentication\\Authenticators\\JWT::attempt() should be contravariant with parameter $credentials (array) of method CodeIgniter\\Shield\\Authentication\\AuthenticatorInterface::attempt()', |
72 | 72 | 'identifier' => 'method.childParameterType', |
73 | 73 | 'count' => 1, |
74 | 74 | 'path' => __DIR__ . '/src/Authentication/Authenticators/JWT.php', |
75 | 75 | ]; |
76 | 76 | $ignoreErrors[] = [ |
77 | | - 'rawMessage' => 'Parameter #1 $credentials (array{token?: string}) of method CodeIgniter\\Shield\\Authentication\\Authenticators\\JWT::check() should be contravariant with parameter $credentials (array) of method CodeIgniter\\Shield\\Authentication\\AuthenticatorInterface::check()', |
| 77 | + 'rawMessage' => 'Parameter #1 $credentials (array{token?: string, ...}) of method CodeIgniter\\Shield\\Authentication\\Authenticators\\JWT::check() should be contravariant with parameter $credentials (array) of method CodeIgniter\\Shield\\Authentication\\AuthenticatorInterface::check()', |
78 | 78 | 'identifier' => 'method.childParameterType', |
79 | 79 | 'count' => 1, |
80 | 80 | 'path' => __DIR__ . '/src/Authentication/Authenticators/JWT.php', |
|
110 | 110 | 'path' => __DIR__ . '/src/Authentication/Authenticators/Session.php', |
111 | 111 | ]; |
112 | 112 | $ignoreErrors[] = [ |
113 | | - 'rawMessage' => 'Parameter #1 $credentials (array{email?: string, username?: string, password?: string}) of method CodeIgniter\\Shield\\Authentication\\Authenticators\\Session::attempt() should be contravariant with parameter $credentials (array) of method CodeIgniter\\Shield\\Authentication\\AuthenticatorInterface::attempt()', |
| 113 | + 'rawMessage' => 'Parameter #1 $credentials (array{email?: string, username?: string, password?: string, ...}) of method CodeIgniter\\Shield\\Authentication\\Authenticators\\Session::attempt() should be contravariant with parameter $credentials (array) of method CodeIgniter\\Shield\\Authentication\\AuthenticatorInterface::attempt()', |
114 | 114 | 'identifier' => 'method.childParameterType', |
115 | 115 | 'count' => 1, |
116 | 116 | 'path' => __DIR__ . '/src/Authentication/Authenticators/Session.php', |
117 | 117 | ]; |
118 | 118 | $ignoreErrors[] = [ |
119 | | - 'rawMessage' => 'Parameter #1 $credentials (array{email?: string, username?: string, password?: string}) of method CodeIgniter\\Shield\\Authentication\\Authenticators\\Session::check() should be contravariant with parameter $credentials (array) of method CodeIgniter\\Shield\\Authentication\\AuthenticatorInterface::check()', |
| 119 | + 'rawMessage' => 'Parameter #1 $credentials (array{email?: string, username?: string, password?: string, ...}) of method CodeIgniter\\Shield\\Authentication\\Authenticators\\Session::check() should be contravariant with parameter $credentials (array) of method CodeIgniter\\Shield\\Authentication\\AuthenticatorInterface::check()', |
120 | 120 | 'identifier' => 'method.childParameterType', |
121 | 121 | 'count' => 1, |
122 | 122 | 'path' => __DIR__ . '/src/Authentication/Authenticators/Session.php', |
|
0 commit comments