@@ -480,8 +480,8 @@ |
||
| 480 | 480 | * @param NodeInterface $node The syntax tree node which can be modified by the interceptors. |
| 481 | 481 | * @param integer $interceptionPoint the interception point. One of the \TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface::INTERCEPT_* constants. |
| 482 | 482 | * @param ParsingState $state the parsing state |
| 483 | - * @return void |
|
| 484 | - * @return NodeInterface |
|
| 483 | + * @return NodeInterface|null |
|
| 484 | + * @return NodeInterface|null |
|
| 485 | 485 | */ |
| 486 | 486 | public function callInterceptor(NodeInterface & $node, $interceptionPoint, ParsingState $state) |
| 487 | 487 | { |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode; |
| 17 | 17 | use TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\ViewHelperNode; |
| 18 | 18 | use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface; |
| 19 | -use TYPO3Fluid\Fluid\Utility\NodeVisualizer; |
|
| 20 | 19 | |
| 21 | 20 | /** |
| 22 | 21 | * Template parser building up an object syntax tree |