@@ -395,7 +395,7 @@ |
||
395 | 395 | * Sanitize a path, ensuring it is absolute and |
396 | 396 | * if a directory, suffixed by a trailing slash. |
397 | 397 | * |
398 | - * @param string|array $path |
|
398 | + * @param string $path |
|
399 | 399 | * @return string |
400 | 400 | */ |
401 | 401 | protected function sanitizePath($path) |
@@ -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 | { |