|
1146 | 1146 | 'count' => 1, |
1147 | 1147 | 'path' => __DIR__ . '/system/Helpers/filesystem_helper.php', |
1148 | 1148 | ]; |
1149 | | -$ignoreErrors[] = [ |
1150 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:forNoHiddenValue\\(\\) has no return type specified\\.$#', |
1151 | | - 'count' => 1, |
1152 | | - 'path' => __DIR__ . '/system/Honeypot/Exceptions/HoneypotException.php', |
1153 | | -]; |
1154 | | -$ignoreErrors[] = [ |
1155 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:forNoNameField\\(\\) has no return type specified\\.$#', |
1156 | | - 'count' => 1, |
1157 | | - 'path' => __DIR__ . '/system/Honeypot/Exceptions/HoneypotException.php', |
1158 | | -]; |
1159 | | -$ignoreErrors[] = [ |
1160 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:forNoTemplate\\(\\) has no return type specified\\.$#', |
1161 | | - 'count' => 1, |
1162 | | - 'path' => __DIR__ . '/system/Honeypot/Exceptions/HoneypotException.php', |
1163 | | -]; |
1164 | | -$ignoreErrors[] = [ |
1165 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:isBot\\(\\) has no return type specified\\.$#', |
1166 | | - 'count' => 1, |
1167 | | - 'path' => __DIR__ . '/system/Honeypot/Exceptions/HoneypotException.php', |
1168 | | -]; |
1169 | | -$ignoreErrors[] = [ |
1170 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Honeypot\\:\\:attachHoneypot\\(\\) has no return type specified\\.$#', |
1171 | | - 'count' => 1, |
1172 | | - 'path' => __DIR__ . '/system/Honeypot/Honeypot.php', |
1173 | | -]; |
1174 | | -$ignoreErrors[] = [ |
1175 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Honeypot\\:\\:hasContent\\(\\) has no return type specified\\.$#', |
1176 | | - 'count' => 1, |
1177 | | - 'path' => __DIR__ . '/system/Honeypot/Honeypot.php', |
1178 | | -]; |
1179 | | -$ignoreErrors[] = [ |
1180 | | - 'message' => '#^Method CodeIgniter\\\\I18n\\\\Time\\:\\:setTestNow\\(\\) has no return type specified\\.$#', |
1181 | | - 'count' => 1, |
1182 | | - 'path' => __DIR__ . '/system/I18n/Time.php', |
1183 | | -]; |
1184 | | -$ignoreErrors[] = [ |
1185 | | - 'message' => '#^Method CodeIgniter\\\\I18n\\\\Time\\:\\:toDateTimeString\\(\\) has no return type specified\\.$#', |
1186 | | - 'count' => 1, |
1187 | | - 'path' => __DIR__ . '/system/I18n/Time.php', |
1188 | | -]; |
1189 | | -$ignoreErrors[] = [ |
1190 | | - 'message' => '#^Method CodeIgniter\\\\I18n\\\\TimeLegacy\\:\\:setTestNow\\(\\) has no return type specified\\.$#', |
1191 | | - 'count' => 1, |
1192 | | - 'path' => __DIR__ . '/system/I18n/TimeLegacy.php', |
1193 | | -]; |
1194 | | -$ignoreErrors[] = [ |
1195 | | - 'message' => '#^Method CodeIgniter\\\\I18n\\\\TimeLegacy\\:\\:toDateTimeString\\(\\) has no return type specified\\.$#', |
1196 | | - 'count' => 1, |
1197 | | - 'path' => __DIR__ . '/system/I18n/TimeLegacy.php', |
1198 | | -]; |
1199 | 1149 | $ignoreErrors[] = [ |
1200 | 1150 | 'message' => '#^Property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$image \\(CodeIgniter\\\\Images\\\\Image\\) in empty\\(\\) is not falsy\\.$#', |
1201 | 1151 | 'count' => 1, |
|
0 commit comments