|
15169 | 15169 | 'count' => 1, |
15170 | 15170 | 'path' => __DIR__ . '/tests/system/HomeTest.php', |
15171 | 15171 | ]; |
15172 | | -$ignoreErrors[] = [ |
15173 | | - // identifier: codeigniter.superglobalAccessAssign |
15174 | | - 'message' => '#^Assigning string directly on offset \'REQUEST_METHOD\' of \\$_SERVER is discouraged\\.$#', |
15175 | | - 'count' => 1, |
15176 | | - 'path' => __DIR__ . '/tests/system/HomeTest.php', |
15177 | | -]; |
15178 | 15172 | $ignoreErrors[] = [ |
15179 | 15173 | // identifier: empty.notAllowed |
15180 | 15174 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
@@ -15507,13 +15501,13 @@ |
15507 | 15501 | ]; |
15508 | 15502 | $ignoreErrors[] = [ |
15509 | 15503 | // identifier: argument.type |
15510 | | - '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\\.$#', |
| 15504 | + '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\\.$#', |
15511 | 15505 | 'count' => 1, |
15512 | 15506 | 'path' => __DIR__ . '/tests/system/Models/DataConverterModelTest.php', |
15513 | 15507 | ]; |
15514 | 15508 | $ignoreErrors[] = [ |
15515 | 15509 | // identifier: argument.type |
15516 | | - '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\\.$#', |
| 15510 | + '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\\.$#', |
15517 | 15511 | 'count' => 1, |
15518 | 15512 | 'path' => __DIR__ . '/tests/system/Models/DataConverterModelTest.php', |
15519 | 15513 | ]; |
|
15903 | 15897 | ]; |
15904 | 15898 | $ignoreErrors[] = [ |
15905 | 15899 | // identifier: argument.type |
15906 | | - '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\\.$#', |
| 15900 | + '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\\.$#', |
15907 | 15901 | 'count' => 1, |
15908 | 15902 | 'path' => __DIR__ . '/tests/system/Models/UpdateModelTest.php', |
15909 | 15903 | ]; |
|
16963 | 16957 | 'count' => 1, |
16964 | 16958 | 'path' => __DIR__ . '/tests/system/Test/FeatureTestAutoRoutingImprovedTest.php', |
16965 | 16959 | ]; |
16966 | | -$ignoreErrors[] = [ |
16967 | | - // identifier: codeigniter.superglobalAccessAssign |
16968 | | - 'message' => '#^Assigning string directly on offset \'REQUEST_METHOD\' of \\$_SERVER is discouraged\\.$#', |
16969 | | - 'count' => 1, |
16970 | | - 'path' => __DIR__ . '/tests/system/Test/FeatureTestAutoRoutingImprovedTest.php', |
16971 | | -]; |
16972 | 16960 | $ignoreErrors[] = [ |
16973 | 16961 | // identifier: empty.notAllowed |
16974 | 16962 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
|
17077 | 17065 | 'count' => 1, |
17078 | 17066 | 'path' => __DIR__ . '/tests/system/Test/FeatureTestTraitTest.php', |
17079 | 17067 | ]; |
17080 | | -$ignoreErrors[] = [ |
17081 | | - // identifier: codeigniter.superglobalAccessAssign |
17082 | | - 'message' => '#^Assigning string directly on offset \'REQUEST_METHOD\' of \\$_SERVER is discouraged\\.$#', |
17083 | | - 'count' => 1, |
17084 | | - 'path' => __DIR__ . '/tests/system/Test/FeatureTestTraitTest.php', |
17085 | | -]; |
17086 | 17068 | $ignoreErrors[] = [ |
17087 | 17069 | // identifier: empty.notAllowed |
17088 | 17070 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
|
0 commit comments