|
5125 | 5125 | 'count' => 1,
|
5126 | 5126 | 'path' => __DIR__ . '/system/Entity/Entity.php',
|
5127 | 5127 | ];
|
5128 |
| -$ignoreErrors[] = [ |
5129 |
| - // identifier: missingType.iterableValue |
5130 |
| - 'message' => '#^Property CodeIgniter\\\\Entity\\\\Entity\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
5131 |
| - 'count' => 1, |
5132 |
| - 'path' => __DIR__ . '/system/Entity/Entity.php', |
5133 |
| -]; |
5134 |
| -$ignoreErrors[] = [ |
5135 |
| - // identifier: missingType.iterableValue |
5136 |
| - 'message' => '#^Property CodeIgniter\\\\Entity\\\\Entity\\:\\:\\$original type has no value type specified in iterable type array\\.$#', |
5137 |
| - 'count' => 1, |
5138 |
| - 'path' => __DIR__ . '/system/Entity/Entity.php', |
5139 |
| -]; |
5140 | 5128 | $ignoreErrors[] = [
|
5141 | 5129 | // identifier: codeigniter.configArgumentInstanceof
|
5142 | 5130 | 'message' => '#^Argument \\#1 \\$name \\(\'Config\\\\\\\\Modules\'\\) passed to function config does not extend CodeIgniter\\\\\\\\Config\\\\\\\\BaseConfig\\.$#',
|
|
10879 | 10867 | 'count' => 1,
|
10880 | 10868 | 'path' => __DIR__ . '/tests/_support/Entity/CustomUser.php',
|
10881 | 10869 | ];
|
10882 |
| -$ignoreErrors[] = [ |
10883 |
| - // identifier: missingType.iterableValue |
10884 |
| - 'message' => '#^Property Tests\\\\Support\\\\Entity\\\\User\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
10885 |
| - 'count' => 1, |
10886 |
| - 'path' => __DIR__ . '/tests/_support/Entity/User.php', |
10887 |
| -]; |
10888 | 10870 | $ignoreErrors[] = [
|
10889 | 10871 | // identifier: missingType.return
|
10890 | 10872 | 'message' => '#^Method Tests\\\\Support\\\\Language\\\\SecondMockLanguage\\:\\:loaded\\(\\) has no return type specified\\.$#',
|
|
11119 | 11101 | 'count' => 1,
|
11120 | 11102 | 'path' => __DIR__ . '/tests/_support/Models/UserModel.php',
|
11121 | 11103 | ];
|
11122 |
| -$ignoreErrors[] = [ |
11123 |
| - // identifier: missingType.iterableValue |
11124 |
| - 'message' => '#^Property Tests\\\\Support\\\\SomeEntity\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
11125 |
| - 'count' => 1, |
11126 |
| - 'path' => __DIR__ . '/tests/_support/SomeEntity.php', |
11127 |
| -]; |
11128 | 11104 | $ignoreErrors[] = [
|
11129 | 11105 | // identifier: missingType.return
|
11130 | 11106 | 'message' => '#^Method Tests\\\\Support\\\\Test\\\\TestForReflectionHelper\\:\\:getPrivate\\(\\) has no return type specified\\.$#',
|
@@ -13615,180 +13591,6 @@
|
13615 | 13591 | 'count' => 1,
|
13616 | 13592 | 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php',
|
13617 | 13593 | ];
|
13618 |
| -$ignoreErrors[] = [ |
13619 |
| - // identifier: missingType.return |
13620 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:getBar\\(\\) has no return type specified\\.$#', |
13621 |
| - 'count' => 1, |
13622 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13623 |
| -]; |
13624 |
| -$ignoreErrors[] = [ |
13625 |
| - // identifier: missingType.return |
13626 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:getFakeBar\\(\\) has no return type specified\\.$#', |
13627 |
| - 'count' => 1, |
13628 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13629 |
| -]; |
13630 |
| -$ignoreErrors[] = [ |
13631 |
| - // identifier: missingType.return |
13632 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:setBar\\(\\) has no return type specified\\.$#', |
13633 |
| - 'count' => 1, |
13634 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13635 |
| -]; |
13636 |
| -$ignoreErrors[] = [ |
13637 |
| - // identifier: missingType.parameter |
13638 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:setBar\\(\\) has parameter \\$value with no type specified\\.$#', |
13639 |
| - 'count' => 1, |
13640 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13641 |
| -]; |
13642 |
| -$ignoreErrors[] = [ |
13643 |
| - // identifier: missingType.return |
13644 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:_getBar\\(\\) has no return type specified\\.$#', |
13645 |
| - 'count' => 1, |
13646 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13647 |
| -]; |
13648 |
| -$ignoreErrors[] = [ |
13649 |
| - // identifier: missingType.return |
13650 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:_setBar\\(\\) has no return type specified\\.$#', |
13651 |
| - 'count' => 1, |
13652 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13653 |
| -]; |
13654 |
| -$ignoreErrors[] = [ |
13655 |
| - // identifier: missingType.parameter |
13656 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:_setBar\\(\\) has parameter \\$value with no type specified\\.$#', |
13657 |
| - 'count' => 1, |
13658 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13659 |
| -]; |
13660 |
| -$ignoreErrors[] = [ |
13661 |
| - // identifier: missingType.return |
13662 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:getBar\\(\\) has no return type specified\\.$#', |
13663 |
| - 'count' => 1, |
13664 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13665 |
| -]; |
13666 |
| -$ignoreErrors[] = [ |
13667 |
| - // identifier: missingType.return |
13668 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:setBar\\(\\) has no return type specified\\.$#', |
13669 |
| - 'count' => 1, |
13670 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13671 |
| -]; |
13672 |
| -$ignoreErrors[] = [ |
13673 |
| - // identifier: missingType.parameter |
13674 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:setBar\\(\\) has parameter \\$value with no type specified\\.$#', |
13675 |
| - 'count' => 1, |
13676 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13677 |
| -]; |
13678 |
| -$ignoreErrors[] = [ |
13679 |
| - // identifier: missingType.return |
13680 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1162\\:\\:getSimple\\(\\) has no return type specified\\.$#', |
13681 |
| - 'count' => 1, |
13682 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13683 |
| -]; |
13684 |
| -$ignoreErrors[] = [ |
13685 |
| - // identifier: missingType.parameter |
13686 |
| - 'message' => '#^Method class@anonymous/tests/system/Entity/EntityTest\\.php\\:1229\\:\\:setSeventh\\(\\) has parameter \\$seventh with no type specified\\.$#', |
13687 |
| - 'count' => 1, |
13688 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13689 |
| -]; |
13690 |
| -$ignoreErrors[] = [ |
13691 |
| - // identifier: missingType.iterableValue |
13692 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13693 |
| - 'count' => 1, |
13694 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13695 |
| -]; |
13696 |
| -$ignoreErrors[] = [ |
13697 |
| - // identifier: missingType.iterableValue |
13698 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1078\\:\\:\\$original type has no value type specified in iterable type array\\.$#', |
13699 |
| - 'count' => 1, |
13700 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13701 |
| -]; |
13702 |
| -$ignoreErrors[] = [ |
13703 |
| - // identifier: missingType.iterableValue |
13704 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13705 |
| - 'count' => 1, |
13706 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13707 |
| -]; |
13708 |
| -$ignoreErrors[] = [ |
13709 |
| - // identifier: missingType.iterableValue |
13710 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1116\\:\\:\\$original type has no value type specified in iterable type array\\.$#', |
13711 |
| - 'count' => 1, |
13712 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13713 |
| -]; |
13714 |
| -$ignoreErrors[] = [ |
13715 |
| - // identifier: missingType.property |
13716 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1162\\:\\:\\$_original has no type specified\\.$#', |
13717 |
| - 'count' => 1, |
13718 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13719 |
| -]; |
13720 |
| -$ignoreErrors[] = [ |
13721 |
| - // identifier: missingType.iterableValue |
13722 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1162\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13723 |
| - 'count' => 1, |
13724 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13725 |
| -]; |
13726 |
| -$ignoreErrors[] = [ |
13727 |
| - // identifier: missingType.property |
13728 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1192\\:\\:\\$_original has no type specified\\.$#', |
13729 |
| - 'count' => 1, |
13730 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13731 |
| -]; |
13732 |
| -$ignoreErrors[] = [ |
13733 |
| - // identifier: missingType.iterableValue |
13734 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1192\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13735 |
| - 'count' => 1, |
13736 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13737 |
| -]; |
13738 |
| -$ignoreErrors[] = [ |
13739 |
| - // identifier: missingType.property |
13740 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1211\\:\\:\\$_original has no type specified\\.$#', |
13741 |
| - 'count' => 1, |
13742 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13743 |
| -]; |
13744 |
| -$ignoreErrors[] = [ |
13745 |
| - // identifier: missingType.iterableValue |
13746 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1211\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13747 |
| - 'count' => 1, |
13748 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13749 |
| -]; |
13750 |
| -$ignoreErrors[] = [ |
13751 |
| - // identifier: missingType.property |
13752 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1229\\:\\:\\$_original has no type specified\\.$#', |
13753 |
| - 'count' => 1, |
13754 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13755 |
| -]; |
13756 |
| -$ignoreErrors[] = [ |
13757 |
| - // identifier: missingType.iterableValue |
13758 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1229\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13759 |
| - 'count' => 1, |
13760 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13761 |
| -]; |
13762 |
| -$ignoreErrors[] = [ |
13763 |
| - // identifier: missingType.property |
13764 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1287\\:\\:\\$_original has no type specified\\.$#', |
13765 |
| - 'count' => 1, |
13766 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13767 |
| -]; |
13768 |
| -$ignoreErrors[] = [ |
13769 |
| - // identifier: missingType.iterableValue |
13770 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1287\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13771 |
| - 'count' => 1, |
13772 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13773 |
| -]; |
13774 |
| -$ignoreErrors[] = [ |
13775 |
| - // identifier: missingType.property |
13776 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1316\\:\\:\\$_original has no type specified\\.$#', |
13777 |
| - 'count' => 1, |
13778 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13779 |
| -]; |
13780 |
| -$ignoreErrors[] = [ |
13781 |
| - // identifier: missingType.iterableValue |
13782 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:1316\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13783 |
| - 'count' => 1, |
13784 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13785 |
| -]; |
13786 |
| -$ignoreErrors[] = [ |
13787 |
| - // identifier: missingType.iterableValue |
13788 |
| - 'message' => '#^Property class@anonymous/tests/system/Entity/EntityTest\\.php\\:895\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
13789 |
| - 'count' => 1, |
13790 |
| - 'path' => __DIR__ . '/tests/system/Entity/EntityTest.php', |
13791 |
| -]; |
13792 | 13594 | $ignoreErrors[] = [
|
13793 | 13595 | // identifier: codeigniter.configArgumentInstanceof
|
13794 | 13596 | 'message' => '#^Argument \\#1 \\$name \\(\'Modules\'\\) passed to function config does not extend CodeIgniter\\\\\\\\Config\\\\\\\\BaseConfig\\.$#',
|
|
18535 | 18337 | 'count' => 1,
|
18536 | 18338 | 'path' => __DIR__ . '/tests/system/View/ParserTest.php',
|
18537 | 18339 | ];
|
18538 |
| -$ignoreErrors[] = [ |
18539 |
| - // identifier: missingType.iterableValue |
18540 |
| - 'message' => '#^Property class@anonymous/tests/system/View/ParserTest\\.php\\:370\\:\\:\\$attributes type has no value type specified in iterable type array\\.$#', |
18541 |
| - 'count' => 1, |
18542 |
| - 'path' => __DIR__ . '/tests/system/View/ParserTest.php', |
18543 |
| -]; |
18544 | 18340 | $ignoreErrors[] = [
|
18545 | 18341 | // identifier: method.notFound
|
18546 | 18342 | 'message' => '#^Call to an undefined method CodeIgniter\\\\View\\\\Table\\:\\:compileTemplate\\(\\)\\.$#',
|
|
0 commit comments