Skip to content

Commit

Permalink
🤖 Automatic code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Nov 18, 2023
1 parent 228ab07 commit e7ba42b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.php
Expand Up @@ -23,7 +23,7 @@ public function register(EventHandler $controller)
/**
* Initiatilize seen info for current user
*
* @param Doku_Event $event event object by reference
* @param Event $event event object by reference
* @param mixed $param optional parameter passed when event was registered
* @return void
*/
Expand All @@ -45,7 +45,7 @@ public function handleStart(Event $event, $param)
/**
* Run user actions
*
* @param Doku_Event $event event object by reference
* @param Event $event event object by reference
* @param mixed $param optional parameter passed when event was registered
* @return void
*/
Expand Down Expand Up @@ -90,7 +90,7 @@ public function handleAction(Event $event, $param)
* Check username input against all users with saved LMS data
* and return a list of matching names
*
* @param Doku_Event $event
* @param Event $event
* @return void
*/
public function handleAdminAjax(Event $event)
Expand Down

0 comments on commit e7ba42b

Please sign in to comment.