Skip to content

Commit

Permalink
Merge pull request #53 from cosmocode/bot/autofix
Browse files Browse the repository at this point in the history
🤖 Automatic code style fixes
  • Loading branch information
splitbrain committed Dec 13, 2023
2 parents 6bbd4e7 + 2c846d0 commit 4dbee4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class action_plugin_qc_ajax extends ActionPlugin
/**
* Registers a callback function for a given event
*
* @param Doku_Event_Handler $controller DokuWiki's event controller object
* @param EventHandler $controller DokuWiki's event controller object
* @return void
*/
public function register(EventHandler $controller)
Expand All @@ -27,7 +27,7 @@ public function register(EventHandler $controller)
/**
* Out put the wanted HTML
*
* @param Doku_Event $event
* @param Event $event
* @param $param
*/
public function ajax(Event $event, $param)
Expand Down

0 comments on commit 4dbee4f

Please sign in to comment.