We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -121,7 +121,7 @@ |
||
| 121 | 121 | public function mainAction() |
| 122 | 122 | { |
| 123 | 123 | $requestData = GeneralUtility::_GPmerged('tx_dlf'); |
| 124 | - unset($requestData['__referrer'],$requestData['__trustedProperties']); |
|
| 124 | + unset($requestData['__referrer'], $requestData['__trustedProperties']); |
|
| 125 | 125 | |
| 126 | 126 | $this->extConf = GeneralUtility::makeInstance(ExtensionConfiguration::class)->get($this->extKey); |
| 127 | 127 | |
@@ -146,7 +146,8 @@ discard block |
||
| 146 | 146 | * @param $requestData |
| 147 | 147 | * @return string|void |
| 148 | 148 | */ |
| 149 | - public function annotationtool($requestData) { |
|
| 149 | + public function annotationtool($requestData) |
|
| 150 | + { |
|
| 150 | 151 | if ( |
| 151 | 152 | $this->doc === null |
| 152 | 153 | || $this->doc->numPages < 1 |
@@ -188,7 +189,8 @@ discard block |
||
| 188 | 189 | * @param $requestData |
| 189 | 190 | * @return string|void |
| 190 | 191 | */ |
| 191 | - public function fulltextdownloadtool($requestData) { |
|
| 192 | + public function fulltextdownloadtool($requestData) |
|
| 193 | + { |
|
| 192 | 194 | if ( |
| 193 | 195 | $this->doc === null |
| 194 | 196 | || $this->doc->numPages < 1 |
@@ -234,7 +236,8 @@ discard block |
||
| 234 | 236 | * @param $requestData |
| 235 | 237 | * @return string|void |
| 236 | 238 | */ |
| 237 | - public function fulltexttool($requestData) { |
|
| 239 | + public function fulltexttool($requestData) |
|
| 240 | + { |
|
| 238 | 241 | if ( |
| 239 | 242 | $this->doc === null |
| 240 | 243 | || $this->doc->numPages < 1 |
@@ -280,7 +283,8 @@ discard block |
||
| 280 | 283 | * @param $requestData |
| 281 | 284 | * @return string|void |
| 282 | 285 | */ |
| 283 | - public function imagedownloadtool($requestData) { |
|
| 286 | + public function imagedownloadtool($requestData) |
|
| 287 | + { |
|
| 284 | 288 | if ( |
| 285 | 289 | $this->doc === null |
| 286 | 290 | || $this->doc->numPages < 1 |
@@ -360,7 +364,8 @@ discard block |
||
| 360 | 364 | * Renders the image manipulation tool |
| 361 | 365 | * @param $requestData |
| 362 | 366 | */ |
| 363 | - public function imagemanipulationtool($requestData) { |
|
| 367 | + public function imagemanipulationtool($requestData) |
|
| 368 | + { |
|
| 364 | 369 | // Set parent element for initialization. |
| 365 | 370 | $parentContainer = !empty($this->settings['parentContainer']) ? $this->settings['parentContainer'] : '.tx-dlf-imagemanipulationtool'; |
| 366 | 371 | |
@@ -373,7 +378,8 @@ discard block |
||
| 373 | 378 | * @param $requestData |
| 374 | 379 | * @return string|void |
| 375 | 380 | */ |
| 376 | - public function pdfdownloadtool($requestData) { |
|
| 381 | + public function pdfdownloadtool($requestData) |
|
| 382 | + { |
|
| 377 | 383 | if ( |
| 378 | 384 | $this->doc === null |
| 379 | 385 | || $this->doc->numPages < 1 |
@@ -488,7 +494,8 @@ discard block |
||
| 488 | 494 | * @param $requestData |
| 489 | 495 | * @return string|void |
| 490 | 496 | */ |
| 491 | - public function searchindocumenttool($requestData) { |
|
| 497 | + public function searchindocumenttool($requestData) |
|
| 498 | + { |
|
| 492 | 499 | if ( |
| 493 | 500 | $this->doc === null |
| 494 | 501 | || $this->doc->numPages < 1 |