@@ -35,7 +35,7 @@ |
||
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) |