Skip to content

Commit 0b1160f

Browse files
style: Apply fixes from StyleCI (#1003)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent 087ef51 commit 0b1160f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/RollbackGeneratorCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public function handle()
7272
CommandData::$COMMAND_TYPE_API_SCAFFOLD,
7373
])) {
7474
$this->error('invalid rollback type');
75+
7576
return 1;
7677
}
7778

@@ -144,6 +145,7 @@ public function handle()
144145
$this->composer->dumpOptimized();
145146

146147
$this->commandData->fireEvent($type, FileUtil::FILE_DELETED);
148+
147149
return 0;
148150
}
149151

0 commit comments

Comments
 (0)