@@ -58,7 +58,7 @@ |
||
| 58 | 58 | /** |
| 59 | 59 | * Execute the console command. |
| 60 | 60 | * |
| 61 | - * @return mixed |
|
| 61 | + * @return boolean |
|
| 62 | 62 | */ |
| 63 | 63 | public function handle() |
| 64 | 64 | { |
@@ -111,8 +111,7 @@ |
||
| 111 | 111 | { |
| 112 | 112 | return $step->run($pretend); |
| 113 | 113 | } |
| 114 | - } |
|
| 115 | - catch (\Exception $e) |
|
| 114 | + } catch (\Exception $e) |
|
| 116 | 115 | { |
| 117 | 116 | $this->error($e->getMessage()); |
| 118 | 117 | } |
@@ -46,8 +46,7 @@ |
||
| 46 | 46 | { |
| 47 | 47 | $return = $this->repeat(); |
| 48 | 48 | } |
| 49 | - } |
|
| 50 | - else |
|
| 49 | + } else |
|
| 51 | 50 | { |
| 52 | 51 | $return = $this->repeat(); |
| 53 | 52 | } |
@@ -46,8 +46,7 @@ |
||
| 46 | 46 | { |
| 47 | 47 | $return = $this->repeat(); |
| 48 | 48 | } |
| 49 | - } |
|
| 50 | - else |
|
| 49 | + } else |
|
| 51 | 50 | { |
| 52 | 51 | $return = $this->repeat(); |
| 53 | 52 | } |