@@ -97,7 +97,7 @@ |
||
97 | 97 | { |
98 | 98 | $messageFactory = $this->messageFactory; |
99 | 99 | |
100 | - return static function (Process $process) use ($result, $messageFactory, $repositoryName) { |
|
100 | + return static function(Process $process) use ($result, $messageFactory, $repositoryName) { |
|
101 | 101 | // @codeCoverageIgnoreStart |
102 | 102 | $type = $process->isSuccessful() ? MessageInterface::TYPE_INFO : MessageInterface::TYPE_ERROR; |
103 | 103 | $text = $process->isSuccessful() ? $repositoryName : sprintf('%s -> %s', $repositoryName, $process->getErrorOutput()); |