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 | } |
@@ -301,7 +301,7 @@ |
||
| 301 | 301 | $entryArray['pagination'] = htmlspecialchars($entry['pagination']); |
| 302 | 302 | $entryArray['doNotLinkIt'] = 1; |
| 303 | 303 | |
| 304 | - if ($entry['children'] == NULL) { |
|
| 304 | + if ($entry['children'] == null) { |
|
| 305 | 305 | $entryArray['description'] = $entry['description']; |
| 306 | 306 | $entryArray['image'] = $this->document->getDoc()->getFileLocation($this->document->getDoc()->physicalStructureInfo[$this->document->getDoc()->physicalStructure[1]]['files']['THUMBS']); |
| 307 | 307 | $entryArray['doNotLinkIt'] = 0; |