|
232 | 232 | 'count' => 1,
|
233 | 233 | 'path' => __DIR__ . '/src/Database/Migrations/2020-12-28-223112_create_auth_tables.php',
|
234 | 234 | ];
|
235 |
| -$ignoreErrors[] = [ |
236 |
| - // identifier: method.childParameterType |
237 |
| - 'message' => '#^Parameter \\#1 \\$value \\(bool\\|int\\|string\\) of method CodeIgniter\\\\Shield\\\\Entities\\\\Cast\\\\IntBoolCast\\:\\:set\\(\\) should be contravariant with parameter \\$value \\(array\\|bool\\|float\\|int\\|object\\|string\\|null\\) of method CodeIgniter\\\\Entity\\\\Cast\\\\BaseCast\\:\\:set\\(\\)$#', |
238 |
| - 'count' => 1, |
239 |
| - 'path' => __DIR__ . '/src/Entities/Cast/IntBoolCast.php', |
240 |
| -]; |
241 |
| -$ignoreErrors[] = [ |
242 |
| - // identifier: method.childParameterType |
243 |
| - 'message' => '#^Parameter \\#1 \\$value \\(bool\\|int\\|string\\) of method CodeIgniter\\\\Shield\\\\Entities\\\\Cast\\\\IntBoolCast\\:\\:set\\(\\) should be contravariant with parameter \\$value \\(array\\|bool\\|float\\|int\\|object\\|string\\|null\\) of method CodeIgniter\\\\Entity\\\\Cast\\\\CastInterface\\:\\:set\\(\\)$#', |
244 |
| - 'count' => 1, |
245 |
| - 'path' => __DIR__ . '/src/Entities/Cast/IntBoolCast.php', |
246 |
| -]; |
247 |
| -$ignoreErrors[] = [ |
248 |
| - // identifier: method.childParameterType |
249 |
| - 'message' => '#^Parameter \\#1 \\$value \\(int\\) of method CodeIgniter\\\\Shield\\\\Entities\\\\Cast\\\\IntBoolCast\\:\\:get\\(\\) should be contravariant with parameter \\$value \\(array\\|bool\\|float\\|int\\|object\\|string\\|null\\) of method CodeIgniter\\\\Entity\\\\Cast\\\\BaseCast\\:\\:get\\(\\)$#', |
250 |
| - 'count' => 1, |
251 |
| - 'path' => __DIR__ . '/src/Entities/Cast/IntBoolCast.php', |
252 |
| -]; |
253 |
| -$ignoreErrors[] = [ |
254 |
| - // identifier: method.childParameterType |
255 |
| - 'message' => '#^Parameter \\#1 \\$value \\(int\\) of method CodeIgniter\\\\Shield\\\\Entities\\\\Cast\\\\IntBoolCast\\:\\:get\\(\\) should be contravariant with parameter \\$value \\(array\\|bool\\|float\\|int\\|object\\|string\\|null\\) of method CodeIgniter\\\\Entity\\\\Cast\\\\CastInterface\\:\\:get\\(\\)$#', |
256 |
| - 'count' => 1, |
257 |
| - 'path' => __DIR__ . '/src/Entities/Cast/IntBoolCast.php', |
258 |
| -]; |
259 |
| -$ignoreErrors[] = [ |
260 |
| - // identifier: property.phpDocType |
261 |
| - 'message' => '#^PHPDoc type array\\<string, class\\-string\\> of property CodeIgniter\\\\Shield\\\\Entities\\\\Entity\\:\\:\\$castHandlers is not the same as PHPDoc type array\\<string, string\\> of overridden property CodeIgniter\\\\Entity\\\\Entity\\:\\:\\$castHandlers\\.$#', |
262 |
| - 'count' => 1, |
263 |
| - 'path' => __DIR__ . '/src/Entities/Entity.php', |
264 |
| -]; |
265 | 235 | $ignoreErrors[] = [
|
266 | 236 | // identifier: codeigniter.factoriesClassConstFetch
|
267 | 237 | 'message' => '#^Call to function model with CodeIgniter\\\\Shield\\\\Models\\\\GroupModel\\:\\:class is discouraged\\.$#',
|
|
0 commit comments