We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -435,7 +435,8 @@ |
||
| 435 | 435 | * |
| 436 | 436 | * @return void |
| 437 | 437 | */ |
| 438 | - private function setPage() { |
|
| 438 | + private function setPage() |
|
| 439 | + { |
|
| 439 | 440 | if (!empty($this->requestData['logicalPage'])) { |
| 440 | 441 | $this->requestData['page'] = $this->doc->getPhysicalPage($this->requestData['logicalPage']); |
| 441 | 442 | // The logical page parameter should not appear again |