|
846 | 846 | 'count' => 1, |
847 | 847 | 'path' => __DIR__ . '/system/Filters/Filters.php', |
848 | 848 | ]; |
849 | | -$ignoreErrors[] = [ |
850 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CLIRequest\\:\\:parseCommand\\(\\) has no return type specified\\.$#', |
851 | | - 'count' => 1, |
852 | | - 'path' => __DIR__ . '/system/HTTP/CLIRequest.php', |
853 | | -]; |
854 | 849 | $ignoreErrors[] = [ |
855 | 850 | 'message' => '#^Constructor of class CodeIgniter\\\\HTTP\\\\CURLRequest has an unused parameter \\$config\\.$#', |
856 | 851 | 'count' => 1, |
857 | 852 | 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
858 | 853 | ]; |
859 | | -$ignoreErrors[] = [ |
860 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:parseOptions\\(\\) has no return type specified\\.$#', |
861 | | - 'count' => 1, |
862 | | - 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
863 | | -]; |
864 | | -$ignoreErrors[] = [ |
865 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:resetOptions\\(\\) has no return type specified\\.$#', |
866 | | - 'count' => 1, |
867 | | - 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
868 | | -]; |
869 | | -$ignoreErrors[] = [ |
870 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:setResponseHeaders\\(\\) has no return type specified\\.$#', |
871 | | - 'count' => 1, |
872 | | - 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
873 | | -]; |
874 | | -$ignoreErrors[] = [ |
875 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:addOption\\(\\) has no return type specified\\.$#', |
876 | | - 'count' => 1, |
877 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
878 | | -]; |
879 | | -$ignoreErrors[] = [ |
880 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:addToHeader\\(\\) has no return type specified\\.$#', |
881 | | - 'count' => 1, |
882 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
883 | | -]; |
884 | | -$ignoreErrors[] = [ |
885 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:buildHeaders\\(\\) has no return type specified\\.$#', |
886 | | - 'count' => 1, |
887 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
888 | | -]; |
889 | | -$ignoreErrors[] = [ |
890 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:finalize\\(\\) has no return type specified\\.$#', |
891 | | - 'count' => 1, |
892 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
893 | | -]; |
894 | | -$ignoreErrors[] = [ |
895 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:generateNonces\\(\\) has no return type specified\\.$#', |
896 | | - 'count' => 1, |
897 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
898 | | -]; |
899 | | -$ignoreErrors[] = [ |
900 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:buildHeaders\\(\\) has no return type specified\\.$#', |
901 | | - 'count' => 1, |
902 | | - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
903 | | -]; |
904 | | -$ignoreErrors[] = [ |
905 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:setBinary\\(\\) has no return type specified\\.$#', |
906 | | - 'count' => 1, |
907 | | - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
908 | | -]; |
909 | | -$ignoreErrors[] = [ |
910 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:setContentTypeByMimeType\\(\\) has no return type specified\\.$#', |
911 | | - 'count' => 1, |
912 | | - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
913 | | -]; |
914 | | -$ignoreErrors[] = [ |
915 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:setFilePath\\(\\) has no return type specified\\.$#', |
916 | | - 'count' => 1, |
917 | | - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
918 | | -]; |
919 | | -$ignoreErrors[] = [ |
920 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\Files\\\\FileCollection\\:\\:populateFiles\\(\\) has no return type specified\\.$#', |
921 | | - 'count' => 1, |
922 | | - 'path' => __DIR__ . '/system/HTTP/Files/FileCollection.php', |
923 | | -]; |
924 | 854 | $ignoreErrors[] = [ |
925 | 855 | 'message' => '#^Expression on left side of \\?\\? is not nullable\\.$#', |
926 | 856 | 'count' => 1, |
|
936 | 866 | 'count' => 1, |
937 | 867 | 'path' => __DIR__ . '/system/HTTP/Files/UploadedFile.php', |
938 | 868 | ]; |
939 | | -$ignoreErrors[] = [ |
940 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\Files\\\\UploadedFileInterface\\:\\:move\\(\\) has no return type specified\\.$#', |
941 | | - 'count' => 1, |
942 | | - 'path' => __DIR__ . '/system/HTTP/Files/UploadedFileInterface.php', |
943 | | -]; |
944 | | -$ignoreErrors[] = [ |
945 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\IncomingRequest\\:\\:detectLocale\\(\\) has no return type specified\\.$#', |
946 | | - 'count' => 1, |
947 | | - 'path' => __DIR__ . '/system/HTTP/IncomingRequest.php', |
948 | | -]; |
949 | | -$ignoreErrors[] = [ |
950 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\IncomingRequest\\:\\:detectURI\\(\\) has no return type specified\\.$#', |
951 | | - 'count' => 1, |
952 | | - 'path' => __DIR__ . '/system/HTTP/IncomingRequest.php', |
953 | | -]; |
954 | 869 | $ignoreErrors[] = [ |
955 | 870 | 'message' => '#^Property CodeIgniter\\\\HTTP\\\\Message\\:\\:\\$protocolVersion \\(string\\) on left side of \\?\\? is not nullable\\.$#', |
956 | 871 | 'count' => 1, |
|
966 | 881 | 'count' => 1, |
967 | 882 | 'path' => __DIR__ . '/system/HTTP/RedirectResponse.php', |
968 | 883 | ]; |
969 | | -$ignoreErrors[] = [ |
970 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\Request\\:\\:populateGlobals\\(\\) has no return type specified\\.$#', |
971 | | - 'count' => 1, |
972 | | - 'path' => __DIR__ . '/system/HTTP/Request.php', |
973 | | -]; |
974 | | -$ignoreErrors[] = [ |
975 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\Response\\:\\:sendCookies\\(\\) has no return type specified\\.$#', |
976 | | - 'count' => 1, |
977 | | - 'path' => __DIR__ . '/system/HTTP/Response.php', |
978 | | -]; |
979 | | -$ignoreErrors[] = [ |
980 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\URI\\:\\:applyParts\\(\\) has no return type specified\\.$#', |
981 | | - 'count' => 1, |
982 | | - 'path' => __DIR__ . '/system/HTTP/URI.php', |
983 | | -]; |
984 | 884 | $ignoreErrors[] = [ |
985 | 885 | 'message' => '#^Property CodeIgniter\\\\HTTP\\\\URI\\:\\:\\$fragment \\(string\\) on left side of \\?\\? is not nullable\\.$#', |
986 | 886 | 'count' => 1, |
|
996 | 896 | 'count' => 1, |
997 | 897 | 'path' => __DIR__ . '/system/HTTP/URI.php', |
998 | 898 | ]; |
999 | | -$ignoreErrors[] = [ |
1000 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\UserAgent\\:\\:compileData\\(\\) has no return type specified\\.$#', |
1001 | | - 'count' => 1, |
1002 | | - 'path' => __DIR__ . '/system/HTTP/UserAgent.php', |
1003 | | -]; |
1004 | | -$ignoreErrors[] = [ |
1005 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\UserAgent\\:\\:parse\\(\\) has no return type specified\\.$#', |
1006 | | - 'count' => 1, |
1007 | | - 'path' => __DIR__ . '/system/HTTP/UserAgent.php', |
1008 | | -]; |
1009 | 899 | $ignoreErrors[] = [ |
1010 | 900 | 'message' => '#^Right side of && is always true\\.$#', |
1011 | 901 | 'count' => 1, |
|
0 commit comments