|
5766 | 5766 | 'count' => 3, |
5767 | 5767 | 'path' => __DIR__ . '/system/Files/File.php', |
5768 | 5768 | ]; |
5769 | | -$ignoreErrors[] = [ |
5770 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\CSRF\\:\\:after\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5771 | | - 'count' => 1, |
5772 | | - 'path' => __DIR__ . '/system/Filters/CSRF.php', |
5773 | | -]; |
5774 | | -$ignoreErrors[] = [ |
5775 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\CSRF\\:\\:before\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5776 | | - 'count' => 1, |
5777 | | - 'path' => __DIR__ . '/system/Filters/CSRF.php', |
5778 | | -]; |
5779 | | -$ignoreErrors[] = [ |
5780 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\DebugToolbar\\:\\:after\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5781 | | - 'count' => 1, |
5782 | | - 'path' => __DIR__ . '/system/Filters/DebugToolbar.php', |
5783 | | -]; |
5784 | | -$ignoreErrors[] = [ |
5785 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\DebugToolbar\\:\\:before\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5786 | | - 'count' => 1, |
5787 | | - 'path' => __DIR__ . '/system/Filters/DebugToolbar.php', |
5788 | | -]; |
5789 | | -$ignoreErrors[] = [ |
5790 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\FilterInterface\\:\\:after\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5791 | | - 'count' => 1, |
5792 | | - 'path' => __DIR__ . '/system/Filters/FilterInterface.php', |
5793 | | -]; |
5794 | | -$ignoreErrors[] = [ |
5795 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\FilterInterface\\:\\:before\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5796 | | - 'count' => 1, |
5797 | | - 'path' => __DIR__ . '/system/Filters/FilterInterface.php', |
5798 | | -]; |
5799 | 5769 | $ignoreErrors[] = [ |
5800 | 5770 | 'message' => '#^Argument \\#1 \\$name \\(\'Config\\\\\\\\Modules\'\\) passed to function config does not extend CodeIgniter\\\\\\\\Config\\\\\\\\BaseConfig\\.$#', |
5801 | 5771 | 'count' => 1, |
|
5861 | 5831 | 'count' => 1, |
5862 | 5832 | 'path' => __DIR__ . '/system/Filters/Filters.php', |
5863 | 5833 | ]; |
5864 | | -$ignoreErrors[] = [ |
5865 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\Honeypot\\:\\:after\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5866 | | - 'count' => 1, |
5867 | | - 'path' => __DIR__ . '/system/Filters/Honeypot.php', |
5868 | | -]; |
5869 | | -$ignoreErrors[] = [ |
5870 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\Honeypot\\:\\:before\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5871 | | - 'count' => 1, |
5872 | | - 'path' => __DIR__ . '/system/Filters/Honeypot.php', |
5873 | | -]; |
5874 | | -$ignoreErrors[] = [ |
5875 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\InvalidChars\\:\\:after\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5876 | | - 'count' => 1, |
5877 | | - 'path' => __DIR__ . '/system/Filters/InvalidChars.php', |
5878 | | -]; |
5879 | | -$ignoreErrors[] = [ |
5880 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\InvalidChars\\:\\:before\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5881 | | - 'count' => 1, |
5882 | | - 'path' => __DIR__ . '/system/Filters/InvalidChars.php', |
5883 | | -]; |
5884 | 5834 | $ignoreErrors[] = [ |
5885 | 5835 | 'message' => '#^Method CodeIgniter\\\\Filters\\\\InvalidChars\\:\\:checkControl\\(\\) has parameter \\$value with no value type specified in iterable type array\\.$#', |
5886 | 5836 | 'count' => 1, |
|
5901 | 5851 | 'count' => 1, |
5902 | 5852 | 'path' => __DIR__ . '/system/Filters/InvalidChars.php', |
5903 | 5853 | ]; |
5904 | | -$ignoreErrors[] = [ |
5905 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\SecureHeaders\\:\\:after\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5906 | | - 'count' => 1, |
5907 | | - 'path' => __DIR__ . '/system/Filters/SecureHeaders.php', |
5908 | | -]; |
5909 | | -$ignoreErrors[] = [ |
5910 | | - 'message' => '#^Method CodeIgniter\\\\Filters\\\\SecureHeaders\\:\\:before\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5911 | | - 'count' => 1, |
5912 | | - 'path' => __DIR__ . '/system/Filters/SecureHeaders.php', |
5913 | | -]; |
5914 | 5854 | $ignoreErrors[] = [ |
5915 | 5855 | 'message' => '#^Method CodeIgniter\\\\Format\\\\FormatterInterface\\:\\:format\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#', |
5916 | 5856 | 'count' => 1, |
|
0 commit comments