|
221 | 221 | 'count' => 1, |
222 | 222 | 'path' => __DIR__ . '/system/BaseModel.php', |
223 | 223 | ]; |
224 | | -$ignoreErrors[] = [ |
225 | | - 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:setValidationRules\\(\\) has parameter \\$validationRules with no value type specified in iterable type array\\.$#', |
226 | | - 'count' => 1, |
227 | | - 'path' => __DIR__ . '/system/BaseModel.php', |
228 | | -]; |
229 | 224 | $ignoreErrors[] = [ |
230 | 225 | 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:transformDataToArray\\(\\) return type has no value type specified in iterable type array\\.$#', |
231 | 226 | 'count' => 1, |
|
7368 | 7363 | ]; |
7369 | 7364 | $ignoreErrors[] = [ |
7370 | 7365 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
7371 | | - 'count' => 9, |
| 7366 | + 'count' => 8, |
7372 | 7367 | 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
7373 | 7368 | ]; |
7374 | 7369 | $ignoreErrors[] = [ |
|
10821 | 10816 | 'count' => 1, |
10822 | 10817 | 'path' => __DIR__ . '/tests/_support/Models/UserModel.php', |
10823 | 10818 | ]; |
10824 | | -$ignoreErrors[] = [ |
10825 | | - '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\\>\\.$#', |
10826 | | - 'count' => 1, |
10827 | | - 'path' => __DIR__ . '/tests/_support/Models/ValidErrorsModel.php', |
10828 | | -]; |
10829 | | -$ignoreErrors[] = [ |
10830 | | - 'message' => '#^Property Tests\\\\Support\\\\Models\\\\ValidModel\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, array\\<int, string\\>\\|string\\>\\.$#', |
10831 | | - 'count' => 1, |
10832 | | - 'path' => __DIR__ . '/tests/_support/Models/ValidModel.php', |
10833 | | -]; |
10834 | 10819 | $ignoreErrors[] = [ |
10835 | 10820 | 'message' => '#^Method Tests\\\\Support\\\\Services\\\\Translation\\\\Nested\\\\TranslationFour\\:\\:list\\(\\) has no return type specified\\.$#', |
10836 | 10821 | 'count' => 1, |
@@ -16031,41 +16016,11 @@ |
16031 | 16016 | 'count' => 1, |
16032 | 16017 | 'path' => __DIR__ . '/tests/system/Models/UpdateModelTest.php', |
16033 | 16018 | ]; |
16034 | | -$ignoreErrors[] = [ |
16035 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelRuleGroupTest\\.php\\:370\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16036 | | - 'count' => 1, |
16037 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelRuleGroupTest.php', |
16038 | | -]; |
16039 | | -$ignoreErrors[] = [ |
16040 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelRuleGroupTest\\.php\\:408\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16041 | | - 'count' => 1, |
16042 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelRuleGroupTest.php', |
16043 | | -]; |
16044 | | -$ignoreErrors[] = [ |
16045 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelRuleGroupTest\\.php\\:448\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16046 | | - 'count' => 1, |
16047 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelRuleGroupTest.php', |
16048 | | -]; |
16049 | 16019 | $ignoreErrors[] = [ |
16050 | 16020 | 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelTest\\.php\\:245\\:\\:\\$grouptest has no type specified\\.$#', |
16051 | 16021 | 'count' => 1, |
16052 | 16022 | 'path' => __DIR__ . '/tests/system/Models/ValidationModelTest.php', |
16053 | 16023 | ]; |
16054 | | -$ignoreErrors[] = [ |
16055 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelTest\\.php\\:382\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16056 | | - 'count' => 1, |
16057 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelTest.php', |
16058 | | -]; |
16059 | | -$ignoreErrors[] = [ |
16060 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelTest\\.php\\:420\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16061 | | - 'count' => 1, |
16062 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelTest.php', |
16063 | | -]; |
16064 | | -$ignoreErrors[] = [ |
16065 | | - 'message' => '#^Property class@anonymous/tests/system/Models/ValidationModelTest\\.php\\:460\\:\\:\\$validationRules \\(array\\<int, string\\>\\|string\\) does not accept default value of type array\\<string, string\\>\\.$#', |
16066 | | - 'count' => 1, |
16067 | | - 'path' => __DIR__ . '/tests/system/Models/ValidationModelTest.php', |
16068 | | -]; |
16069 | 16024 | $ignoreErrors[] = [ |
16070 | 16025 | 'message' => '#^Cannot access property \\$key on array\\.$#', |
16071 | 16026 | 'count' => 7, |
|
0 commit comments