We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -183,7 +183,7 @@ |
||
| 183 | 183 | public function makeMenuArray() |
| 184 | 184 | { |
| 185 | 185 | if (!empty($this->requestData['logicalPage'])) { |
| 186 | - $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']); |
|
| 186 | + $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']); |
|
| 187 | 187 | // The logical page parameter should not appear again |
| 188 | 188 | unset($this->requestData['logicalPage']); |
| 189 | 189 | } |
@@ -278,7 +278,7 @@ |
||
| 278 | 278 | $entryArray['doNotLinkIt'] = 1; |
| 279 | 279 | $entryArray['ITEM_STATE'] = 'HEADER'; |
| 280 | 280 | |
| 281 | - if ($entry['children'] == NULL) { |
|
| 281 | + if ($entry['children'] == null) { |
|
| 282 | 282 | $entryArray['description'] = $entry['description']; |
| 283 | 283 | $entryArray['image'] = $this->document->getDoc()->getFileLocation($this->document->getDoc()->physicalStructureInfo[$this->document->getDoc()->physicalStructure[1]]['files']['THUMBS']); |
| 284 | 284 | $entryArray['doNotLinkIt'] = 0; |