|
196 | 196 | 'count' => 1, |
197 | 197 | 'path' => __DIR__ . '/system/Commands/Database/CreateDatabase.php', |
198 | 198 | ]; |
199 | | -$ignoreErrors[] = [ |
200 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Database\\\\CreateDatabase\\:\\:\\$arguments is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$arguments\\.$#', |
201 | | - 'count' => 1, |
202 | | - 'path' => __DIR__ . '/system/Commands/Database/CreateDatabase.php', |
203 | | -]; |
204 | | -$ignoreErrors[] = [ |
205 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Database\\\\CreateDatabase\\:\\:\\$options is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$options\\.$#', |
206 | | - 'count' => 1, |
207 | | - 'path' => __DIR__ . '/system/Commands/Database/CreateDatabase.php', |
208 | | -]; |
209 | 199 | $ignoreErrors[] = [ |
210 | 200 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
211 | 201 | 'count' => 1, |
|
216 | 206 | 'count' => 1, |
217 | 207 | 'path' => __DIR__ . '/system/Commands/Database/MigrateStatus.php', |
218 | 208 | ]; |
219 | | -$ignoreErrors[] = [ |
220 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Database\\\\MigrateStatus\\:\\:\\$options is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$options\\.$#', |
221 | | - 'count' => 1, |
222 | | - 'path' => __DIR__ . '/system/Commands/Database/MigrateStatus.php', |
223 | | -]; |
224 | 209 | $ignoreErrors[] = [ |
225 | 210 | 'message' => '#^Parameter \\#1 \\$params \\(array\\<string, mixed\\>\\) of method CodeIgniter\\\\Commands\\\\Database\\\\MigrateStatus\\:\\:run\\(\\) should be contravariant with parameter \\$params \\(array\\<int\\|string, string\\|null\\>\\) of method CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:run\\(\\)$#', |
226 | 211 | 'count' => 1, |
|
231 | 216 | 'count' => 1, |
232 | 217 | 'path' => __DIR__ . '/system/Commands/Database/Seed.php', |
233 | 218 | ]; |
234 | | -$ignoreErrors[] = [ |
235 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Database\\\\Seed\\:\\:\\$arguments is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$arguments\\.$#', |
236 | | - 'count' => 1, |
237 | | - 'path' => __DIR__ . '/system/Commands/Database/Seed.php', |
238 | | -]; |
239 | 219 | $ignoreErrors[] = [ |
240 | 220 | 'message' => '#^Method CodeIgniter\\\\Commands\\\\Database\\\\ShowTableInfo\\:\\:showAllTables\\(\\) has no return type specified\\.$#', |
241 | 221 | 'count' => 1, |
|
246 | 226 | 'count' => 1, |
247 | 227 | 'path' => __DIR__ . '/system/Commands/Database/ShowTableInfo.php', |
248 | 228 | ]; |
249 | | -$ignoreErrors[] = [ |
250 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Database\\\\ShowTableInfo\\:\\:\\$arguments is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$arguments\\.$#', |
251 | | - 'count' => 1, |
252 | | - 'path' => __DIR__ . '/system/Commands/Database/ShowTableInfo.php', |
253 | | -]; |
254 | | -$ignoreErrors[] = [ |
255 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Database\\\\ShowTableInfo\\:\\:\\$options is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$options\\.$#', |
256 | | - 'count' => 1, |
257 | | - 'path' => __DIR__ . '/system/Commands/Database/ShowTableInfo.php', |
258 | | -]; |
259 | 229 | $ignoreErrors[] = [ |
260 | 230 | 'message' => '#^Accessing offset \'encryption\\.key\' directly on \\$_SERVER is discouraged\\.$#', |
261 | 231 | 'count' => 1, |
|
756 | 726 | 'count' => 3, |
757 | 727 | 'path' => __DIR__ . '/system/Commands/Utilities/Environment.php', |
758 | 728 | ]; |
759 | | -$ignoreErrors[] = [ |
760 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Utilities\\\\Environment\\:\\:\\$arguments is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$arguments\\.$#', |
761 | | - 'count' => 1, |
762 | | - 'path' => __DIR__ . '/system/Commands/Utilities/Environment.php', |
763 | | -]; |
764 | | -$ignoreErrors[] = [ |
765 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Utilities\\\\FilterCheck\\:\\:\\$arguments is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$arguments\\.$#', |
766 | | - 'count' => 1, |
767 | | - 'path' => __DIR__ . '/system/Commands/Utilities/FilterCheck.php', |
768 | | -]; |
769 | 729 | $ignoreErrors[] = [ |
770 | 730 | 'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#', |
771 | 731 | 'count' => 1, |
772 | 732 | 'path' => __DIR__ . '/system/Commands/Utilities/Namespaces.php', |
773 | 733 | ]; |
774 | | -$ignoreErrors[] = [ |
775 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Utilities\\\\Publish\\:\\:\\$arguments is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$arguments\\.$#', |
776 | | - 'count' => 1, |
777 | | - 'path' => __DIR__ . '/system/Commands/Utilities/Publish.php', |
778 | | -]; |
779 | 734 | $ignoreErrors[] = [ |
780 | 735 | 'message' => '#^Accessing offset \'HTTP_HOST\' directly on \\$_SERVER is discouraged\\.$#', |
781 | 736 | 'count' => 1, |
|
796 | 751 | 'count' => 3, |
797 | 752 | 'path' => __DIR__ . '/system/Commands/Utilities/Routes.php', |
798 | 753 | ]; |
799 | | -$ignoreErrors[] = [ |
800 | | - 'message' => '#^PHPDoc type array\\<string, string\\> of property CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\:\\:\\$options is not the same as PHPDoc type array of overridden property CodeIgniter\\\\CLI\\\\BaseCommand\\:\\:\\$options\\.$#', |
801 | | - 'count' => 1, |
802 | | - 'path' => __DIR__ . '/system/Commands/Utilities/Routes.php', |
803 | | -]; |
804 | 754 | $ignoreErrors[] = [ |
805 | 755 | 'message' => '#^Implicit array creation is not allowed \\- variable \\$filters might not exist\\.$#', |
806 | 756 | 'count' => 1, |
|
0 commit comments