Passed
Push — master ( f8387b...b124c6 )
by Martijn
02:24
created
src/Parser/Terminal/Range.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             ? null
36 36
             : self::parseCharacter($last);
37 37
 
38
-        $this->in = (bool)$in;
38
+        $this->in = (bool) $in;
39 39
     }
40 40
 
41 41
     protected function parse(&$input, $offset, Context $context)
Please login to merge, or discard this patch.