Skip to content

Commit 4f5c5cc

Browse files
committed
Apply fixes from StyleCI
1 parent 5455366 commit 4f5c5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Foundation/Console/ComponentMakeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function handle()
5353

5454
return;
5555
}
56-
56+
5757
if (parent::handle() === false && ! $this->option('force')) {
5858
return false;
5959
}
@@ -66,7 +66,7 @@ public function handle()
6666
/**
6767
* Write the view for the component.
6868
*
69-
* @param callable|null $onSuccess
69+
* @param callable|null $onSuccess
7070
* @return void
7171
*/
7272
protected function writeView($onSuccess = null)

0 commit comments

Comments
 (0)