From de88766aa3a14167d78b3de9e1f168ca8b3d057a Mon Sep 17 00:00:00 2001 From: Klap-in Date: Sat, 25 Nov 2023 12:42:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Automatic=20code=20style=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/action.php b/action.php index 274e3ac..1b66573 100644 --- a/action.php +++ b/action.php @@ -67,7 +67,7 @@ public function getCurrentBookChapter() /** * Register the events * - * @param Doku_Event_Handler $controller + * @param EventHandler $controller */ public function register(EventHandler $controller) { @@ -79,7 +79,7 @@ public function register(EventHandler $controller) /** * Do the HTML to PDF conversion work * - * @param Doku_Event $event + * @param Event $event */ public function convert(Event $event) { @@ -140,7 +140,7 @@ public function convert(Event $event) * - Return a title and selection, throw otherwise an exception * - Check permisions * - * @param Doku_Event $event + * @param Event $event * @return array * @throws Exception */ @@ -406,7 +406,7 @@ protected function wikiToDW2PDF($id, $rev = '', $date_at = '') * Build a pdf from the html * * @param string $cachefile - * @param Doku_Event $event + * @param Event $event * @throws MpdfException */ protected function generatePDF($cachefile, $event) @@ -1051,7 +1051,7 @@ public function getExportConfig($name, $notset = false) /** * Add 'export pdf'-button to pagetools * - * @param Doku_Event $event + * @param Event $event */ public function addbutton(Event $event) { @@ -1081,7 +1081,7 @@ public function addbutton(Event $event) /** * Add 'export pdf' button to page tools, new SVG based mechanism * - * @param Doku_Event $event + * @param Event $event */ public function addsvgbutton(Event $event) {