@@ -15777,13 +15777,13 @@
1577715777];
1577815778$ignoreErrors[] = [
1577915779 // 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\\.$#',
1578115781 'count' => 1,
1578215782 'path' => __DIR__ . '/tests/system/Models/DataConverterModelTest.php',
1578315783];
1578415784$ignoreErrors[] = [
1578515785 // 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\\.$#',
1578715787 'count' => 1,
1578815788 'path' => __DIR__ . '/tests/system/Models/DataConverterModelTest.php',
1578915789];
1618516185];
1618616186$ignoreErrors[] = [
1618716187 // 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\\.$#',
1618916189 'count' => 1,
1619016190 'path' => __DIR__ . '/tests/system/Models/UpdateModelTest.php',
1619116191];
0 commit comments