@@ -740,7 +740,7 @@ |
||
740 | 740 | * @param array<string,array|string|integer> $context Current context of compiler progress. |
741 | 741 | * @param string $name helper name |
742 | 742 | * |
743 | - * @return string|null $content helper function name or callable |
|
743 | + * @return boolean|null $content helper function name or callable |
|
744 | 744 | */ |
745 | 745 | public static function resolveHelper(&$context, &$name) { |
746 | 746 | if (isset($context['helpers'][$name])) { |