Skip to content

Commit

Permalink
Merge pull request #500 from splitbrain/bot/autofix
Browse files Browse the repository at this point in the history
🤖 Automatic code style fixes
  • Loading branch information
Klap-in authored Nov 25, 2023
2 parents 5471b61 + de88766 commit 38e21a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getCurrentBookChapter()
/**
* Register the events
*
* @param Doku_Event_Handler $controller
* @param EventHandler $controller
*/
public function register(EventHandler $controller)
{
Expand All @@ -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)
{
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 38e21a8

Please sign in to comment.