@@ -58,11 +58,11 @@ |
||
| 58 | 58 | |
| 59 | 59 | public function process(array &$context, Language $language, Result $result, TokenIterator $tokens) |
| 60 | 60 | { |
| 61 | - if(!$this->isValid($language, $context)) { |
|
| 61 | + if (!$this->isValid($language, $context)) { |
|
| 62 | 62 | return true; |
| 63 | 63 | } |
| 64 | 64 | |
| 65 | - if($this->isStart()) { |
|
| 65 | + if ($this->isStart()) { |
|
| 66 | 66 | $result->merge($this->getInjected()->parse($tokens)); |
| 67 | 67 | } else { |
| 68 | 68 | $this->setStart($result[0]); |