Passed
Push — master ( 3a32ec...04e24a )
by Martijn
02:33
created
src/Parser/Stub.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     {
59 59
         /** @noinspection HtmlUnknownTag */
60 60
         return $this->parser
61
-            ? (string)$this->parser
61
+            ? (string) $this->parser
62 62
             : '<undefined>';
63 63
     }
64 64
 
Please login to merge, or discard this patch.
src/Parser/Terminal/Range.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $this->last  = $last === null
32 32
             ? null
33 33
             : self::parseCharacter($last);
34
-        $this->in    = (bool)$in;
34
+        $this->in    = (bool) $in;
35 35
     }
36 36
 
37 37
     protected function parse(&$input, $offset, Context $context)
Please login to merge, or discard this patch.
src/Builder/RuleBinding.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     {
72 72
         /** @noinspection HtmlUnknownTag */
73 73
         return $this->rule
74
-            ? (string)$this->getParser()
74
+            ? (string) $this->getParser()
75 75
             : '<undefined>';
76 76
     }
77 77
 
Please login to merge, or discard this patch.