Completed
Pull Request — master (#30)
by Scott
02:51
created
src/FileParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     protected function parse(Parser $parser)
41 41
     {
42 42
         $ast = $parser->parse($this->sourceCode);
43
-        if(!is_array($ast)) {
43
+        if (!is_array($ast)) {
44 44
             return;
45 45
         }
46 46
 
Please login to merge, or discard this patch.