Skip to content

Commit 38e21a8

Browse files
authored
Merge pull request #500 from splitbrain/bot/autofix
🤖 Automatic code style fixes
2 parents 5471b61 + de88766 commit 38e21a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

action.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function getCurrentBookChapter()
6767
/**
6868
* Register the events
6969
*
70-
* @param Doku_Event_Handler $controller
70+
* @param EventHandler $controller
7171
*/
7272
public function register(EventHandler $controller)
7373
{
@@ -79,7 +79,7 @@ public function register(EventHandler $controller)
7979
/**
8080
* Do the HTML to PDF conversion work
8181
*
82-
* @param Doku_Event $event
82+
* @param Event $event
8383
*/
8484
public function convert(Event $event)
8585
{
@@ -140,7 +140,7 @@ public function convert(Event $event)
140140
* - Return a title and selection, throw otherwise an exception
141141
* - Check permisions
142142
*
143-
* @param Doku_Event $event
143+
* @param Event $event
144144
* @return array
145145
* @throws Exception
146146
*/
@@ -406,7 +406,7 @@ protected function wikiToDW2PDF($id, $rev = '', $date_at = '')
406406
* Build a pdf from the html
407407
*
408408
* @param string $cachefile
409-
* @param Doku_Event $event
409+
* @param Event $event
410410
* @throws MpdfException
411411
*/
412412
protected function generatePDF($cachefile, $event)
@@ -1051,7 +1051,7 @@ public function getExportConfig($name, $notset = false)
10511051
/**
10521052
* Add 'export pdf'-button to pagetools
10531053
*
1054-
* @param Doku_Event $event
1054+
* @param Event $event
10551055
*/
10561056
public function addbutton(Event $event)
10571057
{
@@ -1081,7 +1081,7 @@ public function addbutton(Event $event)
10811081
/**
10821082
* Add 'export pdf' button to page tools, new SVG based mechanism
10831083
*
1084-
* @param Doku_Event $event
1084+
* @param Event $event
10851085
*/
10861086
public function addsvgbutton(Event $event)
10871087
{

0 commit comments

Comments
 (0)