|
@@ -479,7 +479,7 @@ |
|
|
block discarded – undo |
|
479
|
479
|
* @param NodeInterface $node The syntax tree node which can be modified by the interceptors. |
|
480
|
480
|
* @param integer $interceptionPoint the interception point. One of the \TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface::INTERCEPT_* constants. |
|
481
|
481
|
* @param ParsingState $state the parsing state |
|
482
|
|
- * @return void |
|
|
482
|
+ * @return NodeInterface|null |
|
483
|
483
|
*/ |
|
484
|
484
|
public function callInterceptor(NodeInterface & $node, $interceptionPoint, ParsingState $state) |
|
485
|
485
|
{ |
Please login to merge, or discard this patch.