From eacb4dd3acb743c968716be8fa8a3aad5b317982 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 3 Feb 2016 12:48:43 +0100 Subject: [PATCH] Adjust method signatures to match parent --- syntax/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/tag.php b/syntax/tag.php index f2f8bb7..7fe72e6 100644 --- a/syntax/tag.php +++ b/syntax/tag.php @@ -55,7 +55,7 @@ function connectTo($mode) { * @param array $data The data from the handler function * @return bool If rendering was successful. */ - function render($mode, &$renderer, $data) { + function render($mode, Doku_Renderer $renderer, $data) { if ($data === false) return false;