Completed
Push — master ( bcd48a...91ace5 )
by Maik
09:09
created
src/DefaultParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         }
25 25
         $cmd = $matches['cmd'];
26 26
         if(empty($cmd) || strchr($cmd, '"') || strchr($cmd, "'")) {
27
-        	throw new ParserException("Could not parse command");
27
+            throw new ParserException("Could not parse command");
28 28
         }
29 29
         
30 30
         $args = $this->parseSentence($matches['prm']);
Please login to merge, or discard this patch.