|
1 | | -<?php declare(strict_types = 1); |
| 1 | +<?php |
| 2 | + |
| 3 | +declare(strict_types=1); |
2 | 4 |
|
3 | 5 | $ignoreErrors = []; |
4 | 6 | $ignoreErrors[] = [ |
|
1146 | 1148 | 'count' => 1, |
1147 | 1149 | 'path' => __DIR__ . '/system/Helpers/filesystem_helper.php', |
1148 | 1150 | ]; |
1149 | | -$ignoreErrors[] = [ |
1150 | | - 'message' => '#^Function d\\(\\) has no return type specified\\.$#', |
1151 | | - 'count' => 1, |
1152 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1153 | | -]; |
1154 | | -$ignoreErrors[] = [ |
1155 | | - 'message' => '#^Function d\\(\\) has parameter \\$vars with no type specified\\.$#', |
1156 | | - 'count' => 1, |
1157 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1158 | | -]; |
1159 | | -$ignoreErrors[] = [ |
1160 | | - 'message' => '#^Function dd\\(\\) has no return type specified\\.$#', |
1161 | | - 'count' => 2, |
1162 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1163 | | -]; |
1164 | | -$ignoreErrors[] = [ |
1165 | | - 'message' => '#^Function dd\\(\\) has parameter \\$vars with no type specified\\.$#', |
1166 | | - 'count' => 1, |
1167 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1168 | | -]; |
1169 | | -$ignoreErrors[] = [ |
1170 | | - 'message' => '#^Function trace\\(\\) has no return type specified\\.$#', |
1171 | | - 'count' => 2, |
1172 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1173 | | -]; |
1174 | | -$ignoreErrors[] = [ |
1175 | | - 'message' => '#^Function mock\\(\\) has no return type specified\\.$#', |
1176 | | - 'count' => 1, |
1177 | | - 'path' => __DIR__ . '/system/Helpers/test_helper.php', |
1178 | | -]; |
1179 | | -$ignoreErrors[] = [ |
1180 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forEXIFUnsupported\\(\\) has no return type specified\\.$#', |
1181 | | - 'count' => 1, |
1182 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1183 | | -]; |
1184 | | -$ignoreErrors[] = [ |
1185 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forFileNotSupported\\(\\) has no return type specified\\.$#', |
1186 | | - 'count' => 1, |
1187 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1188 | | -]; |
1189 | | -$ignoreErrors[] = [ |
1190 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forImageProcessFailed\\(\\) has no return type specified\\.$#', |
1191 | | - 'count' => 1, |
1192 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1193 | | -]; |
1194 | | -$ignoreErrors[] = [ |
1195 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidDirection\\(\\) has no return type specified\\.$#', |
1196 | | - 'count' => 1, |
1197 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1198 | | -]; |
1199 | | -$ignoreErrors[] = [ |
1200 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidImageCreate\\(\\) has no return type specified\\.$#', |
1201 | | - 'count' => 1, |
1202 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1203 | | -]; |
1204 | | -$ignoreErrors[] = [ |
1205 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidImageLibraryPath\\(\\) has no return type specified\\.$#', |
1206 | | - 'count' => 1, |
1207 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1208 | | -]; |
1209 | | -$ignoreErrors[] = [ |
1210 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidPath\\(\\) has no return type specified\\.$#', |
1211 | | - 'count' => 1, |
1212 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1213 | | -]; |
1214 | | -$ignoreErrors[] = [ |
1215 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forMissingAngle\\(\\) has no return type specified\\.$#', |
1216 | | - 'count' => 1, |
1217 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1218 | | -]; |
1219 | | -$ignoreErrors[] = [ |
1220 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forMissingImage\\(\\) has no return type specified\\.$#', |
1221 | | - 'count' => 1, |
1222 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1223 | | -]; |
1224 | | -$ignoreErrors[] = [ |
1225 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forSaveFailed\\(\\) has no return type specified\\.$#', |
1226 | | - 'count' => 1, |
1227 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1228 | | -]; |
1229 | | -$ignoreErrors[] = [ |
1230 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:_text\\(\\) has no return type specified\\.$#', |
1231 | | - 'count' => 1, |
1232 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1233 | | -]; |
1234 | | -$ignoreErrors[] = [ |
1235 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:ensureResource\\(\\) has no return type specified\\.$#', |
1236 | | - 'count' => 1, |
1237 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1238 | | -]; |
1239 | | -$ignoreErrors[] = [ |
1240 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:reproportion\\(\\) has no return type specified\\.$#', |
1241 | | - 'count' => 1, |
1242 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1243 | | -]; |
1244 | 1151 | $ignoreErrors[] = [ |
1245 | 1152 | 'message' => '#^Property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$image \\(CodeIgniter\\\\Images\\\\Image\\) in empty\\(\\) is not falsy\\.$#', |
1246 | 1153 | 'count' => 1, |
|
0 commit comments