|
1141 | 1141 | 'count' => 1, |
1142 | 1142 | 'path' => __DIR__ . '/system/HTTP/UserAgent.php', |
1143 | 1143 | ]; |
1144 | | -$ignoreErrors[] = [ |
1145 | | - 'message' => '#^Function delete_cookie\\(\\) has no return type specified\\.$#', |
1146 | | - 'count' => 1, |
1147 | | - 'path' => __DIR__ . '/system/Helpers/cookie_helper.php', |
1148 | | -]; |
1149 | | -$ignoreErrors[] = [ |
1150 | | - 'message' => '#^Function set_cookie\\(\\) has no return type specified\\.$#', |
1151 | | - 'count' => 1, |
1152 | | - 'path' => __DIR__ . '/system/Helpers/cookie_helper.php', |
1153 | | -]; |
1154 | 1144 | $ignoreErrors[] = [ |
1155 | 1145 | 'message' => '#^Right side of && is always true\\.$#', |
1156 | 1146 | 'count' => 1, |
1157 | 1147 | 'path' => __DIR__ . '/system/Helpers/filesystem_helper.php', |
1158 | 1148 | ]; |
1159 | | -$ignoreErrors[] = [ |
1160 | | - 'message' => '#^Function d\\(\\) has no return type specified\\.$#', |
1161 | | - 'count' => 1, |
1162 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1163 | | -]; |
1164 | | -$ignoreErrors[] = [ |
1165 | | - 'message' => '#^Function d\\(\\) has parameter \\$vars with no type specified\\.$#', |
1166 | | - 'count' => 1, |
1167 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1168 | | -]; |
1169 | | -$ignoreErrors[] = [ |
1170 | | - 'message' => '#^Function dd\\(\\) has no return type specified\\.$#', |
1171 | | - 'count' => 2, |
1172 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1173 | | -]; |
1174 | | -$ignoreErrors[] = [ |
1175 | | - 'message' => '#^Function dd\\(\\) has parameter \\$vars with no type specified\\.$#', |
1176 | | - 'count' => 1, |
1177 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1178 | | -]; |
1179 | | -$ignoreErrors[] = [ |
1180 | | - 'message' => '#^Function trace\\(\\) has no return type specified\\.$#', |
1181 | | - 'count' => 2, |
1182 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1183 | | -]; |
1184 | | -$ignoreErrors[] = [ |
1185 | | - 'message' => '#^Function mock\\(\\) has no return type specified\\.$#', |
1186 | | - 'count' => 1, |
1187 | | - 'path' => __DIR__ . '/system/Helpers/test_helper.php', |
1188 | | -]; |
1189 | 1149 | $ignoreErrors[] = [ |
1190 | 1150 | 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:forNoHiddenValue\\(\\) has no return type specified\\.$#', |
1191 | 1151 | 'count' => 1, |
|
0 commit comments