@@ -58,7 +58,7 @@ |
||
| 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 | |
@@ -31,7 +31,7 @@ |
||
| 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) |
@@ -71,7 +71,7 @@ |
||
| 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 | |