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 Jan 22, 2016
1 parent f2336e2 commit b573f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function connectTo($mode)
* Handle match
*/
// is called without config, but do not know by whom, possibly with literal match
function handle($match, $state, $pos, &$handler)
function handle($match, $state, $pos, Doku_Handler $handler)
{
// groupmanager only
$data = array(null, $state, $pos);
Expand Down Expand Up @@ -171,7 +171,7 @@ function handle($match, $state, $pos, &$handler)
/**
* Render it
*/
function render($mode, &$renderer, $data)
function render($mode, Doku_Renderer $renderer, $data)
{
// start usermanager
global $auth;
Expand Down

0 comments on commit b573f67

Please sign in to comment.