Completed
Pull Request — master (#270)
by Marc
02:19
created
src/Core/Parser/TemplateParser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -480,8 +480,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.