We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -185,7 +185,8 @@ discard block |
||
| 185 | 185 | * |
| 186 | 186 | * @return void |
| 187 | 187 | */ |
| 188 | - protected function configureProxyUrl(&$url) { |
|
| 188 | + protected function configureProxyUrl(&$url) |
|
| 189 | + { |
|
| 189 | 190 | $this->uriBuilder->reset() |
| 190 | 191 | ->setTargetPageUid($GLOBALS['TSFE']->id) |
| 191 | 192 | ->setCreateAbsoluteUri(!empty($this->settings['forceAbsoluteUrl'])) |
@@ -282,7 +283,8 @@ discard block |
||
| 282 | 283 | * |
| 283 | 284 | * @return void |
| 284 | 285 | */ |
| 285 | - protected function setPage() { |
|
| 286 | + protected function setPage() |
|
| 287 | + { |
|
| 286 | 288 | if (!empty($this->requestData['logicalPage'])) { |
| 287 | 289 | $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']); |
| 288 | 290 | // The logical page parameter should not appear again |
@@ -299,7 +301,8 @@ discard block |
||
| 299 | 301 | * |
| 300 | 302 | * @return void |
| 301 | 303 | */ |
| 302 | - protected function setDefaultPage() { |
|
| 304 | + protected function setDefaultPage() |
|
| 305 | + { |
|
| 303 | 306 | // Set default values if not set. |
| 304 | 307 | // $this->requestData['page'] may be integer or string (physical structure @ID) |
| 305 | 308 | if ( |