Skip to content

Commit

Permalink
Adjust method signatures to match parent
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Feb 3, 2016
1 parent af93fc3 commit eacb4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/tag.php
Expand Up @@ -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;

Expand Down

0 comments on commit eacb4dd

Please sign in to comment.