@@ -103,7 +103,7 @@ |
||
| 103 | 103 | } elseif ($tokens->valid() && !$this->isEndToken($tokens->current())) { |
| 104 | 104 | foreach ($this->getSubConsumers() as $consumer) { |
| 105 | 105 | if ($consumer->isStartToken($tokens->current())) { |
| 106 | - return $this; |
|
| 106 | + return $this; |
|
| 107 | 107 | } |
| 108 | 108 | } |
| 109 | 109 | $tokens->next(); |