@@ -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 | { |