|
15295 | 15295 | 'count' => 1, |
15296 | 15296 | 'path' => __DIR__ . '/tests/system/HomeTest.php', |
15297 | 15297 | ]; |
15298 | | -$ignoreErrors[] = [ |
15299 | | - // identifier: codeigniter.superglobalAccessAssign |
15300 | | - 'message' => '#^Assigning string directly on offset \'REQUEST_METHOD\' of \\$_SERVER is discouraged\\.$#', |
15301 | | - 'count' => 1, |
15302 | | - 'path' => __DIR__ . '/tests/system/HomeTest.php', |
15303 | | -]; |
15304 | 15298 | $ignoreErrors[] = [ |
15305 | 15299 | // identifier: empty.notAllowed |
15306 | 15300 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
@@ -15633,13 +15627,13 @@ |
15633 | 15627 | ]; |
15634 | 15628 | $ignoreErrors[] = [ |
15635 | 15629 | // identifier: argument.type |
15636 | | - '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\\.$#', |
| 15630 | + '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\\.$#', |
15637 | 15631 | 'count' => 1, |
15638 | 15632 | 'path' => __DIR__ . '/tests/system/Models/DataConverterModelTest.php', |
15639 | 15633 | ]; |
15640 | 15634 | $ignoreErrors[] = [ |
15641 | 15635 | // identifier: argument.type |
15642 | | - '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\\.$#', |
| 15636 | + '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\\.$#', |
15643 | 15637 | 'count' => 1, |
15644 | 15638 | 'path' => __DIR__ . '/tests/system/Models/DataConverterModelTest.php', |
15645 | 15639 | ]; |
|
16029 | 16023 | ]; |
16030 | 16024 | $ignoreErrors[] = [ |
16031 | 16025 | // identifier: argument.type |
16032 | | - '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\\.$#', |
| 16026 | + '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\\.$#', |
16033 | 16027 | 'count' => 1, |
16034 | 16028 | 'path' => __DIR__ . '/tests/system/Models/UpdateModelTest.php', |
16035 | 16029 | ]; |
|
17089 | 17083 | 'count' => 1, |
17090 | 17084 | 'path' => __DIR__ . '/tests/system/Test/FeatureTestAutoRoutingImprovedTest.php', |
17091 | 17085 | ]; |
17092 | | -$ignoreErrors[] = [ |
17093 | | - // identifier: codeigniter.superglobalAccessAssign |
17094 | | - 'message' => '#^Assigning string directly on offset \'REQUEST_METHOD\' of \\$_SERVER is discouraged\\.$#', |
17095 | | - 'count' => 1, |
17096 | | - 'path' => __DIR__ . '/tests/system/Test/FeatureTestAutoRoutingImprovedTest.php', |
17097 | | -]; |
17098 | 17086 | $ignoreErrors[] = [ |
17099 | 17087 | // identifier: empty.notAllowed |
17100 | 17088 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
|
17203 | 17191 | 'count' => 1, |
17204 | 17192 | 'path' => __DIR__ . '/tests/system/Test/FeatureTestTraitTest.php', |
17205 | 17193 | ]; |
17206 | | -$ignoreErrors[] = [ |
17207 | | - // identifier: codeigniter.superglobalAccessAssign |
17208 | | - 'message' => '#^Assigning string directly on offset \'REQUEST_METHOD\' of \\$_SERVER is discouraged\\.$#', |
17209 | | - 'count' => 1, |
17210 | | - 'path' => __DIR__ . '/tests/system/Test/FeatureTestTraitTest.php', |
17211 | | -]; |
17212 | 17194 | $ignoreErrors[] = [ |
17213 | 17195 | // identifier: empty.notAllowed |
17214 | 17196 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
|
0 commit comments