We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -261,7 +261,8 @@ discard block |
||
| 261 | 261 | * |
| 262 | 262 | * @return void |
| 263 | 263 | */ |
| 264 | - protected function setPage() { |
|
| 264 | + protected function setPage() |
|
| 265 | + { |
|
| 265 | 266 | if (!empty($this->requestData['logicalPage'])) { |
| 266 | 267 | $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']); |
| 267 | 268 | // The logical page parameter should not appear again |
@@ -278,7 +279,8 @@ discard block |
||
| 278 | 279 | * |
| 279 | 280 | * @return void |
| 280 | 281 | */ |
| 281 | - protected function setDefaultPage() { |
|
| 282 | + protected function setDefaultPage() |
|
| 283 | + { |
|
| 282 | 284 | // Set default values if not set. |
| 283 | 285 | // $this->requestData['page'] may be integer or string (physical structure @ID) |
| 284 | 286 | if ( |