Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Klap-in authored Jan 29, 2024
2 parents 4e52a4d + 33ea059 commit b81aea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class action_plugin_pluginrepo extends ActionPlugin
/**
* Registers a callback function for a given event
*
* @param Doku_Event_Handler $controller
* @param EventHandler $controller
*/
public function register(EventHandler $controller)
{
Expand All @@ -28,7 +28,7 @@ public function register(EventHandler $controller)
* Handles the page write event and removes the database info
* when the plugin or template code is no longer in the source
*
* @param Doku_Event $event event object
* @param Event $event event object
*/
public function cleanOldEntry(Event $event)
{
Expand Down

0 comments on commit b81aea9

Please sign in to comment.