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': |
@@ -97,7 +98,8 @@ discard block |
||
| 97 | 98 | * |
| 98 | 99 | * @return void |
| 99 | 100 | */ |
| 100 | - private function renderToolByName(string $tool) { |
|
| 101 | + private function renderToolByName(string $tool) |
|
| 102 | + { |
|
| 101 | 103 | $this->$tool(); |
| 102 | 104 | $this->view->assign($tool, true); |
| 103 | 105 | } |