@@ -15777,13 +15777,13 @@
15777
15777
];
15778
15778
$ignoreErrors[] = [
15779
15779
// identifier: argument.type
15780
- 'message' => '#^Parameter \\#1 \\$row of method CodeIgniter\\\\BaseModel\\:\\:save\\(\\) expects array\\ <int\\|string, float\\|int\\|object\\|string\\|null\\ >\\|object, array\\ <string, array\\ <int, string\\>\\ > given\\.$#',
15780
+ 'message' => '#^Parameter \\#1 \\$row of method CodeIgniter\\\\BaseModel\\:\\:save\\(\\) expects array<int\\|string, bool\\| float\\|int\\|object\\|string\\|null>\\|object, array<string, array<int, string> > given\\.$#',
15781
15781
'count' => 1,
15782
15782
'path' => __DIR__ . '/tests/system/Models/DataConverterModelTest.php',
15783
15783
];
15784
15784
$ignoreErrors[] = [
15785
15785
// identifier: argument.type
15786
- 'message' => '#^Parameter \\#2 \\$row of method CodeIgniter\\\\Model\\:\\:update\\(\\) expects array\\ <int\\|string, float\\|int\\|object\\|string\\|null\\ >\\|object\\|null, array\\ <string, array\\ <int, string\\>\\ > given\\.$#',
15786
+ 'message' => '#^Parameter \\#2 \\$row of method CodeIgniter\\\\Model\\:\\:update\\(\\) expects array<int\\|string, bool\\| float\\|int\\|object\\|string\\|null>\\|object\\|null, array<string, array<int, string> > given\\.$#',
15787
15787
'count' => 1,
15788
15788
'path' => __DIR__ . '/tests/system/Models/DataConverterModelTest.php',
15789
15789
];
16185
16185
];
16186
16186
$ignoreErrors[] = [
16187
16187
// identifier: argument.type
16188
- 'message' => '#^Parameter \\#1 \\$row of method CodeIgniter\\\\BaseModel\\:\\:save\\(\\) expects array\\ <int\\|string, float\\|int\\|object\\|string\\|null\\ >\\|object, array\\ <int, array\\ >\\|null given\\.$#',
16188
+ 'message' => '#^Parameter \\#1 \\$row of method CodeIgniter\\\\BaseModel\\:\\:save\\(\\) expects array<int\\|string, bool\\| float\\|int\\|object\\|string\\|null>\\|object, array<int, array>\\|null given\\.$#',
16189
16189
'count' => 1,
16190
16190
'path' => __DIR__ . '/tests/system/Models/UpdateModelTest.php',
16191
16191
];
0 commit comments