Completed
Push — cli-exception ( e39cc6...e902c2 )
by Arnaud
04:29 queued 02:30
created
src/Command/AbstractCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
                 $this->phpoole->setSourceDir($this->getPath());
141 141
                 $this->phpoole->setDestinationDir($this->getPath());
142 142
             } catch (ParseException $e) {
143
-                 throw new \Exception(sprintf('Config file parse error: %s', $e->getMessage()));
143
+                    throw new \Exception(sprintf('Config file parse error: %s', $e->getMessage()));
144 144
             } catch (\Exception $e) {
145 145
                 throw new \Exception(sprintf($e->getMessage()));
146 146
             }
Please login to merge, or discard this patch.