|
826 | 826 | 'count' => 1, |
827 | 827 | 'path' => __DIR__ . '/system/Filters/Filters.php', |
828 | 828 | ]; |
829 | | -$ignoreErrors[] = [ |
830 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CLIRequest\\:\\:parseCommand\\(\\) has no return type specified\\.$#', |
831 | | - 'count' => 1, |
832 | | - 'path' => __DIR__ . '/system/HTTP/CLIRequest.php', |
833 | | -]; |
834 | 829 | $ignoreErrors[] = [ |
835 | 830 | 'message' => '#^Constructor of class CodeIgniter\\\\HTTP\\\\CURLRequest has an unused parameter \\$config\\.$#', |
836 | 831 | 'count' => 1, |
837 | 832 | 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
838 | 833 | ]; |
839 | | -$ignoreErrors[] = [ |
840 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:parseOptions\\(\\) has no return type specified\\.$#', |
841 | | - 'count' => 1, |
842 | | - 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
843 | | -]; |
844 | | -$ignoreErrors[] = [ |
845 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:resetOptions\\(\\) has no return type specified\\.$#', |
846 | | - 'count' => 1, |
847 | | - 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
848 | | -]; |
849 | | -$ignoreErrors[] = [ |
850 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\CURLRequest\\:\\:setResponseHeaders\\(\\) has no return type specified\\.$#', |
851 | | - 'count' => 1, |
852 | | - 'path' => __DIR__ . '/system/HTTP/CURLRequest.php', |
853 | | -]; |
854 | | -$ignoreErrors[] = [ |
855 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:addOption\\(\\) has no return type specified\\.$#', |
856 | | - 'count' => 1, |
857 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
858 | | -]; |
859 | | -$ignoreErrors[] = [ |
860 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:addToHeader\\(\\) has no return type specified\\.$#', |
861 | | - 'count' => 1, |
862 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
863 | | -]; |
864 | | -$ignoreErrors[] = [ |
865 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:buildHeaders\\(\\) has no return type specified\\.$#', |
866 | | - 'count' => 1, |
867 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
868 | | -]; |
869 | | -$ignoreErrors[] = [ |
870 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:finalize\\(\\) has no return type specified\\.$#', |
871 | | - 'count' => 1, |
872 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
873 | | -]; |
874 | | -$ignoreErrors[] = [ |
875 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\ContentSecurityPolicy\\:\\:generateNonces\\(\\) has no return type specified\\.$#', |
876 | | - 'count' => 1, |
877 | | - 'path' => __DIR__ . '/system/HTTP/ContentSecurityPolicy.php', |
878 | | -]; |
879 | | -$ignoreErrors[] = [ |
880 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:buildHeaders\\(\\) has no return type specified\\.$#', |
881 | | - 'count' => 1, |
882 | | - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
883 | | -]; |
884 | | -$ignoreErrors[] = [ |
885 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:setBinary\\(\\) has no return type specified\\.$#', |
886 | | - 'count' => 1, |
887 | | - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
888 | | -]; |
889 | | -$ignoreErrors[] = [ |
890 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:setContentTypeByMimeType\\(\\) has no return type specified\\.$#', |
891 | | - 'count' => 1, |
892 | | - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
893 | | -]; |
894 | | -$ignoreErrors[] = [ |
895 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\DownloadResponse\\:\\:setFilePath\\(\\) has no return type specified\\.$#', |
896 | | - 'count' => 1, |
897 | | - 'path' => __DIR__ . '/system/HTTP/DownloadResponse.php', |
898 | | -]; |
899 | | -$ignoreErrors[] = [ |
900 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\Files\\\\FileCollection\\:\\:populateFiles\\(\\) has no return type specified\\.$#', |
901 | | - 'count' => 1, |
902 | | - 'path' => __DIR__ . '/system/HTTP/Files/FileCollection.php', |
903 | | -]; |
904 | 834 | $ignoreErrors[] = [ |
905 | 835 | 'message' => '#^Expression on left side of \\?\\? is not nullable\\.$#', |
906 | 836 | 'count' => 1, |
|
916 | 846 | 'count' => 1, |
917 | 847 | 'path' => __DIR__ . '/system/HTTP/Files/UploadedFile.php', |
918 | 848 | ]; |
919 | | -$ignoreErrors[] = [ |
920 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\Files\\\\UploadedFileInterface\\:\\:move\\(\\) has no return type specified\\.$#', |
921 | | - 'count' => 1, |
922 | | - 'path' => __DIR__ . '/system/HTTP/Files/UploadedFileInterface.php', |
923 | | -]; |
924 | | -$ignoreErrors[] = [ |
925 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\IncomingRequest\\:\\:detectLocale\\(\\) has no return type specified\\.$#', |
926 | | - 'count' => 1, |
927 | | - 'path' => __DIR__ . '/system/HTTP/IncomingRequest.php', |
928 | | -]; |
929 | | -$ignoreErrors[] = [ |
930 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\IncomingRequest\\:\\:detectURI\\(\\) has no return type specified\\.$#', |
931 | | - 'count' => 1, |
932 | | - 'path' => __DIR__ . '/system/HTTP/IncomingRequest.php', |
933 | | -]; |
934 | 849 | $ignoreErrors[] = [ |
935 | 850 | 'message' => '#^Property CodeIgniter\\\\HTTP\\\\Message\\:\\:\\$protocolVersion \\(string\\) on left side of \\?\\? is not nullable\\.$#', |
936 | 851 | 'count' => 1, |
|
946 | 861 | 'count' => 1, |
947 | 862 | 'path' => __DIR__ . '/system/HTTP/RedirectResponse.php', |
948 | 863 | ]; |
949 | | -$ignoreErrors[] = [ |
950 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\Request\\:\\:populateGlobals\\(\\) has no return type specified\\.$#', |
951 | | - 'count' => 1, |
952 | | - 'path' => __DIR__ . '/system/HTTP/Request.php', |
953 | | -]; |
954 | | -$ignoreErrors[] = [ |
955 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\Response\\:\\:sendCookies\\(\\) has no return type specified\\.$#', |
956 | | - 'count' => 1, |
957 | | - 'path' => __DIR__ . '/system/HTTP/Response.php', |
958 | | -]; |
959 | | -$ignoreErrors[] = [ |
960 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\URI\\:\\:applyParts\\(\\) has no return type specified\\.$#', |
961 | | - 'count' => 1, |
962 | | - 'path' => __DIR__ . '/system/HTTP/URI.php', |
963 | | -]; |
964 | 864 | $ignoreErrors[] = [ |
965 | 865 | 'message' => '#^Property CodeIgniter\\\\HTTP\\\\URI\\:\\:\\$fragment \\(string\\) on left side of \\?\\? is not nullable\\.$#', |
966 | 866 | 'count' => 1, |
|
976 | 876 | 'count' => 1, |
977 | 877 | 'path' => __DIR__ . '/system/HTTP/URI.php', |
978 | 878 | ]; |
979 | | -$ignoreErrors[] = [ |
980 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\UserAgent\\:\\:compileData\\(\\) has no return type specified\\.$#', |
981 | | - 'count' => 1, |
982 | | - 'path' => __DIR__ . '/system/HTTP/UserAgent.php', |
983 | | -]; |
984 | | -$ignoreErrors[] = [ |
985 | | - 'message' => '#^Method CodeIgniter\\\\HTTP\\\\UserAgent\\:\\:parse\\(\\) has no return type specified\\.$#', |
986 | | - 'count' => 1, |
987 | | - 'path' => __DIR__ . '/system/HTTP/UserAgent.php', |
988 | | -]; |
989 | 879 | $ignoreErrors[] = [ |
990 | 880 | 'message' => '#^Right side of && is always true\\.$#', |
991 | 881 | 'count' => 1, |
|
0 commit comments