|
5143 | 5143 | 'count' => 1,
|
5144 | 5144 | 'path' => __DIR__ . '/system/Entity/Entity.php',
|
5145 | 5145 | ];
|
5146 |
| -$ignoreErrors[] = [ |
5147 |
| - // identifier: missingType.iterableValue |
5148 |
| - 'message' => '#^Property CodeIgniter\\\\Entity\\\\Entity\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
5149 |
| - 'count' => 1, |
5150 |
| - 'path' => __DIR__ . '/system/Entity/Entity.php', |
5151 |
| -]; |
5152 |
| -$ignoreErrors[] = [ |
5153 |
| - // identifier: missingType.iterableValue |
5154 |
| - 'message' => '#^Property CodeIgniter\\\\Entity\\\\Entity\\:\\:\\$original type has no value type specified in iterable type array\\.$#', |
5155 |
| - 'count' => 1, |
5156 |
| - 'path' => __DIR__ . '/system/Entity/Entity.php', |
5157 |
| -]; |
5158 | 5146 | $ignoreErrors[] = [
|
5159 | 5147 | // identifier: codeigniter.configArgumentInstanceof
|
5160 | 5148 | 'message' => '#^Argument \\#1 \\$name \\(\'Config\\\\\\\\Modules\'\\) passed to function config does not extend CodeIgniter\\\\\\\\Config\\\\\\\\BaseConfig\\.$#',
|
|
10987 | 10975 | 'count' => 1,
|
10988 | 10976 | 'path' => __DIR__ . '/tests/_support/Entity/CustomUser.php',
|
10989 | 10977 | ];
|
10990 |
| -$ignoreErrors[] = [ |
10991 |
| - // identifier: missingType.iterableValue |
10992 |
| - 'message' => '#^Property Tests\\\\Support\\\\Entity\\\\User\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
10993 |
| - 'count' => 1, |
10994 |
| - 'path' => __DIR__ . '/tests/_support/Entity/User.php', |
10995 |
| -]; |
10996 | 10978 | $ignoreErrors[] = [
|
10997 | 10979 | // identifier: missingType.return
|
10998 | 10980 | 'message' => '#^Method Tests\\\\Support\\\\Language\\\\SecondMockLanguage\\:\\:loaded\\(\\) has no return type specified\\.$#',
|
|
11227 | 11209 | 'count' => 1,
|
11228 | 11210 | 'path' => __DIR__ . '/tests/_support/Models/UserModel.php',
|
11229 | 11211 | ];
|
11230 |
| -$ignoreErrors[] = [ |
11231 |
| - // identifier: missingType.iterableValue |
11232 |
| - 'message' => '#^Property Tests\\\\Support\\\\SomeEntity\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
11233 |
| - 'count' => 1, |
11234 |
| - 'path' => __DIR__ . '/tests/_support/SomeEntity.php', |
11235 |
| -]; |
11236 | 11212 | $ignoreErrors[] = [
|
11237 | 11213 | // identifier: missingType.return
|
11238 | 11214 | 'message' => '#^Method Tests\\\\Support\\\\Test\\\\TestForReflectionHelper\\:\\:getPrivate\\(\\) has no return type specified\\.$#',
|
@@ -13717,180 +13693,6 @@
|
13717 | 13693 | 'count' => 1,
|
13718 | 13694 | 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php',
|
13719 | 13695 | ];
|
13720 |
| -$ignoreErrors[] = [ |
13721 |
| - // identifier: missingType.return |
13722 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:getBar\\(\\) has no return type specified\\.$#', |
13723 |
| - 'count' => 1, |
13724 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13725 |
| -]; |
13726 |
| -$ignoreErrors[] = [ |
13727 |
| - // identifier: missingType.return |
13728 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:getFakeBar\\(\\) has no return type specified\\.$#', |
13729 |
| - 'count' => 1, |
13730 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13731 |
| -]; |
13732 |
| -$ignoreErrors[] = [ |
13733 |
| - // identifier: missingType.return |
13734 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:setBar\\(\\) has no return type specified\\.$#', |
13735 |
| - 'count' => 1, |
13736 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13737 |
| -]; |
13738 |
| -$ignoreErrors[] = [ |
13739 |
| - // identifier: missingType.parameter |
13740 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:setBar\\(\\) has parameter \\$value with no type specified\\.$#', |
13741 |
| - 'count' => 1, |
13742 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13743 |
| -]; |
13744 |
| -$ignoreErrors[] = [ |
13745 |
| - // identifier: missingType.return |
13746 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:_getBar\\(\\) has no return type specified\\.$#', |
13747 |
| - 'count' => 1, |
13748 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13749 |
| -]; |
13750 |
| -$ignoreErrors[] = [ |
13751 |
| - // identifier: missingType.return |
13752 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:_setBar\\(\\) has no return type specified\\.$#', |
13753 |
| - 'count' => 1, |
13754 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13755 |
| -]; |
13756 |
| -$ignoreErrors[] = [ |
13757 |
| - // identifier: missingType.parameter |
13758 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:_setBar\\(\\) has parameter \\$value with no type specified\\.$#', |
13759 |
| - 'count' => 1, |
13760 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13761 |
| -]; |
13762 |
| -$ignoreErrors[] = [ |
13763 |
| - // identifier: missingType.return |
13764 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:getBar\\(\\) has no return type specified\\.$#', |
13765 |
| - 'count' => 1, |
13766 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13767 |
| -]; |
13768 |
| -$ignoreErrors[] = [ |
13769 |
| - // identifier: missingType.return |
13770 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:setBar\\(\\) has no return type specified\\.$#', |
13771 |
| - 'count' => 1, |
13772 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13773 |
| -]; |
13774 |
| -$ignoreErrors[] = [ |
13775 |
| - // identifier: missingType.parameter |
13776 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:setBar\\(\\) has parameter \\$value with no type specified\\.$#', |
13777 |
| - 'count' => 1, |
13778 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13779 |
| -]; |
13780 |
| -$ignoreErrors[] = [ |
13781 |
| - // identifier: missingType.return |
13782 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1162\\:\\:getSimple\\(\\) has no return type specified\\.$#', |
13783 |
| - 'count' => 1, |
13784 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13785 |
| -]; |
13786 |
| -$ignoreErrors[] = [ |
13787 |
| - // identifier: missingType.parameter |
13788 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1229\\:\\:setSeventh\\(\\) has parameter \\$seventh with no type specified\\.$#', |
13789 |
| - 'count' => 1, |
13790 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13791 |
| -]; |
13792 |
| -$ignoreErrors[] = [ |
13793 |
| - // identifier: missingType.iterableValue |
13794 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13795 |
| - 'count' => 1, |
13796 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13797 |
| -]; |
13798 |
| -$ignoreErrors[] = [ |
13799 |
| - // identifier: missingType.iterableValue |
13800 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:\\$original type has no value type specified in iterable type array\\.$#', |
13801 |
| - 'count' => 1, |
13802 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13803 |
| -]; |
13804 |
| -$ignoreErrors[] = [ |
13805 |
| - // identifier: missingType.iterableValue |
13806 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13807 |
| - 'count' => 1, |
13808 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13809 |
| -]; |
13810 |
| -$ignoreErrors[] = [ |
13811 |
| - // identifier: missingType.iterableValue |
13812 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:\\$original type has no value type specified in iterable type array\\.$#', |
13813 |
| - 'count' => 1, |
13814 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13815 |
| -]; |
13816 |
| -$ignoreErrors[] = [ |
13817 |
| - // identifier: missingType.property |
13818 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1162\\:\\:\\$_original has no type specified\\.$#', |
13819 |
| - 'count' => 1, |
13820 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13821 |
| -]; |
13822 |
| -$ignoreErrors[] = [ |
13823 |
| - // identifier: missingType.iterableValue |
13824 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1162\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13825 |
| - 'count' => 1, |
13826 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13827 |
| -]; |
13828 |
| -$ignoreErrors[] = [ |
13829 |
| - // identifier: missingType.property |
13830 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1192\\:\\:\\$_original has no type specified\\.$#', |
13831 |
| - 'count' => 1, |
13832 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13833 |
| -]; |
13834 |
| -$ignoreErrors[] = [ |
13835 |
| - // identifier: missingType.iterableValue |
13836 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1192\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13837 |
| - 'count' => 1, |
13838 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13839 |
| -]; |
13840 |
| -$ignoreErrors[] = [ |
13841 |
| - // identifier: missingType.property |
13842 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1211\\:\\:\\$_original has no type specified\\.$#', |
13843 |
| - 'count' => 1, |
13844 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13845 |
| -]; |
13846 |
| -$ignoreErrors[] = [ |
13847 |
| - // identifier: missingType.iterableValue |
13848 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1211\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13849 |
| - 'count' => 1, |
13850 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13851 |
| -]; |
13852 |
| -$ignoreErrors[] = [ |
13853 |
| - // identifier: missingType.property |
13854 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1229\\:\\:\\$_original has no type specified\\.$#', |
13855 |
| - 'count' => 1, |
13856 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13857 |
| -]; |
13858 |
| -$ignoreErrors[] = [ |
13859 |
| - // identifier: missingType.iterableValue |
13860 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1229\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13861 |
| - 'count' => 1, |
13862 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13863 |
| -]; |
13864 |
| -$ignoreErrors[] = [ |
13865 |
| - // identifier: missingType.property |
13866 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1287\\:\\:\\$_original has no type specified\\.$#', |
13867 |
| - 'count' => 1, |
13868 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13869 |
| -]; |
13870 |
| -$ignoreErrors[] = [ |
13871 |
| - // identifier: missingType.iterableValue |
13872 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1287\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13873 |
| - 'count' => 1, |
13874 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13875 |
| -]; |
13876 |
| -$ignoreErrors[] = [ |
13877 |
| - // identifier: missingType.property |
13878 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1316\\:\\:\\$_original has no type specified\\.$#', |
13879 |
| - 'count' => 1, |
13880 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13881 |
| -]; |
13882 |
| -$ignoreErrors[] = [ |
13883 |
| - // identifier: missingType.iterableValue |
13884 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1316\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13885 |
| - 'count' => 1, |
13886 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13887 |
| -]; |
13888 |
| -$ignoreErrors[] = [ |
13889 |
| - // identifier: missingType.iterableValue |
13890 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:895\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13891 |
| - 'count' => 1, |
13892 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13893 |
| -]; |
13894 | 13696 | $ignoreErrors[] = [
|
13895 | 13697 | // identifier: codeigniter.configArgumentInstanceof
|
13896 | 13698 | 'message' => '#^Argument \\#1 \\$name \\(\'Modules\'\\) passed to function config does not extend CodeIgniter\\\\\\\\Config\\\\\\\\BaseConfig\\.$#',
|
|
18661 | 18463 | 'count' => 1,
|
18662 | 18464 | 'path' => __DIR__ . '/tests/system/View/ParserTest.php',
|
18663 | 18465 | ];
|
18664 |
| -$ignoreErrors[] = [ |
18665 |
| - // identifier: missingType.iterableValue |
18666 |
| - 'message' => '#^Property class@anonymous/tests/system/View/ParserTest\\.php\\:370\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
18667 |
| - 'count' => 1, |
18668 |
| - 'path' => __DIR__ . '/tests/system/View/ParserTest.php', |
18669 |
| -]; |
18670 | 18466 | $ignoreErrors[] = [
|
18671 | 18467 | // identifier: method.notFound
|
18672 | 18468 | 'message' => '#^Call to an undefined method CodeIgniter\\\\View\\\\Table\\:\\:compileTemplate\\(\\)\\.$#',
|
|
0 commit comments