|
901 | 901 | 'count' => 1, |
902 | 902 | 'path' => __DIR__ . '/system/Entity/Entity.php', |
903 | 903 | ]; |
904 | | -$ignoreErrors[] = [ |
905 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:initialize\\(\\) has no return type specified\\.$#', |
906 | | - 'count' => 1, |
907 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
908 | | -]; |
909 | | -$ignoreErrors[] = [ |
910 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:on\\(\\) has no return type specified\\.$#', |
911 | | - 'count' => 1, |
912 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
913 | | -]; |
914 | 904 | $ignoreErrors[] = [ |
915 | 905 | 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:on\\(\\) has parameter \\$callback with no signature specified for callable\\.$#', |
916 | 906 | 'count' => 1, |
917 | 907 | 'path' => __DIR__ . '/system/Events/Events.php', |
918 | 908 | ]; |
919 | | -$ignoreErrors[] = [ |
920 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:removeAllListeners\\(\\) has no return type specified\\.$#', |
921 | | - 'count' => 1, |
922 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
923 | | -]; |
924 | 909 | $ignoreErrors[] = [ |
925 | 910 | 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:removeListener\\(\\) has parameter \\$listener with no signature specified for callable\\.$#', |
926 | 911 | 'count' => 1, |
927 | 912 | 'path' => __DIR__ . '/system/Events/Events.php', |
928 | 913 | ]; |
929 | | -$ignoreErrors[] = [ |
930 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:setFiles\\(\\) has no return type specified\\.$#', |
931 | | - 'count' => 1, |
932 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
933 | | -]; |
934 | | -$ignoreErrors[] = [ |
935 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:simulate\\(\\) has no return type specified\\.$#', |
936 | | - 'count' => 1, |
937 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
938 | | -]; |
939 | 914 | $ignoreErrors[] = [ |
940 | 915 | 'message' => '#^Method CodeIgniter\\\\Exceptions\\\\CastException\\:\\:forInvalidJsonFormatException\\(\\) has no return type specified\\.$#', |
941 | 916 | 'count' => 1, |
|
0 commit comments