|
311 | 311 | 'count' => 1, |
312 | 312 | 'path' => __DIR__ . '/src/Models/UserIdentityModel.php', |
313 | 313 | ]; |
314 | | -$ignoreErrors[] = [ |
315 | | - 'message' => '#^Cannot unset offset \'email\' on array\\{username\\: string, status\\: string, status_message\\: string, active\\: bool, last_active\\: string, deleted_at\\: string\\}\\.$#', |
316 | | - 'count' => 1, |
317 | | - 'path' => __DIR__ . '/src/Models/UserModel.php', |
318 | | -]; |
319 | | -$ignoreErrors[] = [ |
320 | | - 'message' => '#^Cannot unset offset \'password_hash\' on array\\{username\\: string, status\\: string, status_message\\: string, active\\: bool, last_active\\: string, deleted_at\\: string\\}\\.$#', |
321 | | - 'count' => 1, |
322 | | - 'path' => __DIR__ . '/src/Models/UserModel.php', |
323 | | -]; |
324 | 314 | $ignoreErrors[] = [ |
325 | 315 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
326 | 316 | 'count' => 2, |
327 | 317 | 'path' => __DIR__ . '/src/Models/UserModel.php', |
328 | 318 | ]; |
329 | | -$ignoreErrors[] = [ |
330 | | - 'message' => '#^Offset \'email\' does not exist on array\\{username\\: string, status\\: string, status_message\\: string, active\\: bool, last_active\\: string, deleted_at\\: string\\}\\.$#', |
331 | | - 'count' => 1, |
332 | | - 'path' => __DIR__ . '/src/Models/UserModel.php', |
333 | | -]; |
334 | | -$ignoreErrors[] = [ |
335 | | - 'message' => '#^Offset \'password_hash\' does not exist on array\\{username\\: string, status\\: string, status_message\\: string, active\\: bool, last_active\\: string, deleted_at\\: string\\}\\.$#', |
336 | | - 'count' => 1, |
337 | | - 'path' => __DIR__ . '/src/Models/UserModel.php', |
338 | | -]; |
339 | 319 | $ignoreErrors[] = [ |
340 | 320 | 'message' => '#^Parameter \\#1 \\$data \\(array\\|CodeIgniter\\\\Shield\\\\Entities\\\\User\\) of method CodeIgniter\\\\Shield\\\\Models\\\\UserModel\\:\\:insert\\(\\) should be contravariant with parameter \\$data \\(array\\|object\\|null\\) of method CodeIgniter\\\\Model\\:\\:insert\\(\\)$#', |
341 | 321 | 'count' => 1, |
|
0 commit comments