Skip to content

Commit

Permalink
🤖 Rector and PHPCS fixes (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: mprins <mprins@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mprins committed Nov 19, 2023
1 parent b361b09 commit e362bed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class action_plugin_geotag extends ActionPlugin
/**
* Register for events.
*
* @param Doku_Event_Handler $controller
* @param EventHandler $controller
* DokuWiki's event controller object. Also available as global $EVENT_HANDLER
*/
final public function register(EventHandler $controller): void
Expand All @@ -45,7 +45,7 @@ final public function register(EventHandler $controller): void
/**
* Retrieve metadata and add to the head of the page using appropriate meta tags.
*
* @param Doku_Event $event
* @param Event $event
* the DokuWiki event. $event->data is a two-dimensional
* array of all meta headers. The keys are meta, link and script.
*
Expand Down Expand Up @@ -103,7 +103,7 @@ final public function handleMetaheaderOutput(Event $event): void
/**
* Inserts the toolbar button.
*
* @param Doku_Event $event
* @param Event $event
* the DokuWiki event
*/
final public function insertButton(Event $event, array $param): void
Expand All @@ -114,7 +114,7 @@ final public function insertButton(Event $event, array $param): void
/**
* Add geotag popularity data.
*
* @param Doku_Event $event
* @param Event $event
* the DokuWiki event
*/
final public function popularity(Event $event): void
Expand Down

0 comments on commit e362bed

Please sign in to comment.