Skip to content

Commit

Permalink
Merge pull request #3 from splitbrain-forks/php7-signature
Browse files Browse the repository at this point in the history
Adjust method signatures to match parent
  • Loading branch information
splitbrain committed Feb 2, 2016
2 parents 1d5cb3a + 95b082c commit cf77edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class action_plugin_anonip extends DokuWiki_Action_Plugin {

public function register(Doku_Event_Handler &$controller) {
public function register(Doku_Event_Handler $controller) {
$controller->register_hook('INIT_LANG_LOAD', 'BEFORE', $this, 'handle_dokuwiki_started');
}

Expand Down

0 comments on commit cf77edd

Please sign in to comment.