@@ -57,8 +57,7 @@ discard block |
||
| 57 | 57 | try |
| 58 | 58 | { |
| 59 | 59 | $processHelper->mustRun($output, new Process(['git', 'pull'], APPROOT)); |
| 60 | - } |
|
| 61 | - catch (ProcessFailedException $e) |
|
| 60 | + } catch (ProcessFailedException $e) |
|
| 62 | 61 | { |
| 63 | 62 | $this->getApplication()->getLogger()->error('Could not execute `git pull`', ['exception' => $e]); |
| 64 | 63 | |
@@ -73,8 +72,7 @@ discard block |
||
| 73 | 72 | try |
| 74 | 73 | { |
| 75 | 74 | $processHelper->mustRun($output, new Process(['composer', 'install', '--no-dev', '-o', '-a'], APPROOT)); |
| 76 | - } |
|
| 77 | - catch (ProcessFailedException $e) |
|
| 75 | + } catch (ProcessFailedException $e) |
|
| 78 | 76 | { |
| 79 | 77 | $this->getApplication()->getLogger()->error('Could not update Composer resources', ['exception' => $e]); |
| 80 | 78 | |