File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 },
3535 "require-dev" : {
3636 "ext-xdebug" : " *" ,
37- "aplus/coding-standard" : " ^2.1 " ,
37+ "aplus/coding-standard" : " ^2.8 " ,
3838 "aplus/testing" : " ^3.0" ,
3939 "ergebnis/composer-normalize" : " ^2.26" ,
4040 "phpmd/phpmd" : " ^2.12" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ abstract class AbstractMigration extends Command
2323 protected string $ migratorInstance = 'default ' ;
2424 protected string $ group = 'Migrations ' ;
2525
26- protected function runMigration (string $ direction , int | string $ arg = null ) : void
26+ protected function runMigration (string $ direction , int | string | null $ arg = null ) : void
2727 {
2828 // @phpstan-ignore-next-line
2929 $ this ->migratorInstance = $ this ->getConsole ()->getOption ('instance ' ) ?? 'default ' ;
You can’t perform that action at this time.
0 commit comments