From c3673c20304a3d4385c6d1f83b4c2f7d6dbf8d5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:53:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Rector=20and=20PHPCS=20fixes=20(?= =?UTF-8?q?#43)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: mprins --- action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.php b/action.php index cf17b5a..381fd72 100644 --- a/action.php +++ b/action.php @@ -47,7 +47,7 @@ public function register(EventHandler $controller): void * Retrieve metadata and add to the head of the page using appropriate meta * tags unless the page does not exist. * - * @param Doku_Event $event the DokuWiki event. $event->data is a two-dimensional + * @param Event $event the DokuWiki event. $event->data is a two-dimensional * array of all meta headers. The keys are meta, link and script. * @param mixed $param the parameters passed to register_hook when this * handler was registered (not used)