We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -60,7 +60,8 @@ discard block |
||
| 60 | 60 | * |
| 61 | 61 | * @return void |
| 62 | 62 | */ |
| 63 | - private function renderTool() { |
|
| 63 | + private function renderTool() |
|
| 64 | + { |
|
| 64 | 65 | if (!empty($this->settings['tool'])) { |
| 65 | 66 | switch ($this->settings['tool']) { |
| 66 | 67 | case 'tx_dlf_annotationtool': |
@@ -104,7 +105,8 @@ discard block |
||
| 104 | 105 | * |
| 105 | 106 | * @return void |
| 106 | 107 | */ |
| 107 | - private function renderToolByName(string $tool) { |
|
| 108 | + private function renderToolByName(string $tool) |
|
| 109 | + { |
|
| 108 | 110 | $this->$tool(); |
| 109 | 111 | $this->view->assign($tool, true); |
| 110 | 112 | } |
@@ -474,7 +476,8 @@ discard block |
||
| 474 | 476 | * |
| 475 | 477 | * @return bool true if empty, false otherwise |
| 476 | 478 | */ |
| 477 | - private function isFullTextEmpty() { |
|
| 479 | + private function isFullTextEmpty() |
|
| 480 | + { |
|
| 478 | 481 | $fileGrpsFulltext = GeneralUtility::trimExplode(',', $this->extConf['fileGrpFulltext']); |
| 479 | 482 | while ($fileGrpFulltext = array_shift($fileGrpsFulltext)) { |
| 480 | 483 | $fullTextFile = $this->doc->physicalStructureInfo[$this->doc->physicalStructure[$this->requestData['page']]]['files'][$fileGrpFulltext]; |