|
226 | 226 | 'count' => 1, |
227 | 227 | 'path' => __DIR__ . '/system/BaseModel.php', |
228 | 228 | ]; |
229 | | -$ignoreErrors[] = [ |
230 | | - 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:setValidationRules\\(\\) has parameter \\$validationRules with no value type specified in iterable type array\\.$#', |
231 | | - 'count' => 1, |
232 | | - 'path' => __DIR__ . '/system/BaseModel.php', |
233 | | -]; |
234 | 229 | $ignoreErrors[] = [ |
235 | 230 | 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:transformDataToArray\\(\\) return type has no value type specified in iterable type array\\.$#', |
236 | 231 | 'count' => 1, |
|
11391 | 11386 | 'count' => 1, |
11392 | 11387 | 'path' => __DIR__ . '/tests/_support/Models/UserModel.php', |
11393 | 11388 | ]; |
11394 | | -$ignoreErrors[] = [ |
11395 | | - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\ValidErrorsModel\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, array\\<int\\|string, array\\<string, string\\>\\|string\\>\\|string\\>\\.$#', |
11396 | | - 'count' => 1, |
11397 | | - 'path' => __DIR__ . '/tests/_support/Models/ValidErrorsModel.php', |
11398 | | -]; |
11399 | | -$ignoreErrors[] = [ |
11400 | | - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\ValidModel\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, array\\<int, string\\>\\|string\\>\\.$#', |
11401 | | - 'count' => 1, |
11402 | | - 'path' => __DIR__ . '/tests/_support/Models/ValidModel.php', |
11403 | | -]; |
11404 | 11389 | $ignoreErrors[] = [ |
11405 | 11390 | 'message' => '#^Property Tests\\\\Support\\\\SomeEntity\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
11406 | 11391 | 'count' => 1, |
@@ -16301,41 +16286,11 @@ |
16301 | 16286 | 'count' => 1, |
16302 | 16287 | 'path' => __DIR__ . '/tests/system/Models/UpdateModelTest.php', |
16303 | 16288 | ]; |
16304 | | -$ignoreErrors[] = [ |
16305 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelRuleGroupTest\\.php\\:368\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16306 | | - 'count' => 1, |
16307 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelRuleGroupTest.php', |
16308 | | -]; |
16309 | | -$ignoreErrors[] = [ |
16310 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelRuleGroupTest\\.php\\:406\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16311 | | - 'count' => 1, |
16312 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelRuleGroupTest.php', |
16313 | | -]; |
16314 | | -$ignoreErrors[] = [ |
16315 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelRuleGroupTest\\.php\\:446\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16316 | | - 'count' => 1, |
16317 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelRuleGroupTest.php', |
16318 | | -]; |
16319 | 16289 | $ignoreErrors[] = [ |
16320 | 16290 | 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelTest\\.php\\:243\\:\\:\\$grouptest has no type specified\\.$#', |
16321 | 16291 | 'count' => 1, |
16322 | 16292 | 'path' => __DIR__ . '/tests/system/Models/ValidationModelTest.php', |
16323 | 16293 | ]; |
16324 | | -$ignoreErrors[] = [ |
16325 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelTest\\.php\\:380\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16326 | | - 'count' => 1, |
16327 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelTest.php', |
16328 | | -]; |
16329 | | -$ignoreErrors[] = [ |
16330 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelTest\\.php\\:418\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16331 | | - 'count' => 1, |
16332 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelTest.php', |
16333 | | -]; |
16334 | | -$ignoreErrors[] = [ |
16335 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelTest\\.php\\:458\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16336 | | - 'count' => 1, |
16337 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelTest.php', |
16338 | | -]; |
16339 | 16294 | $ignoreErrors[] = [ |
16340 | 16295 | 'message' => '#^Cannot access property \\$key on array\\.$#', |
16341 | 16296 | 'count' => 7, |
|
0 commit comments