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