From 25ffed8afa45c1b86e5ae38f56cdb9cc6e46f22d Mon Sep 17 00:00:00 2001 From: Gareth Ellis Date: Sat, 1 Oct 2016 15:16:57 +0100 Subject: [PATCH] Fixes docblock --- src/View/Cell.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/View/Cell.php b/src/View/Cell.php index e016905af6f..b9b4a1ad17b 100644 --- a/src/View/Cell.php +++ b/src/View/Cell.php @@ -230,6 +230,7 @@ public function render($template = null) * If the key is undefined, the cell class and action name will be used. * * @param string $action The action invoked. + * @param string|null $template The name of the template to be rendered. * @return array The cache configuration. */ protected function _cacheConfig($action, $template = null)