We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -71,9 +71,9 @@ |
||
| 71 | 71 | } else { |
| 72 | 72 | if (!empty($this->requestData['logicalPage'])) { |
| 73 | 73 | $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']); |
| 74 | - // The logical page parameter should not appear again |
|
| 75 | - unset($this->requestData['logicalPage']); |
|
| 76 | - } |
|
| 74 | + // The logical page parameter should not appear again |
|
| 75 | + unset($this->requestData['logicalPage']); |
|
| 76 | + } |
|
| 77 | 77 | if ($this->document->getDoc()->tableOfContents[0]['type'] == 'collection') { |
| 78 | 78 | $this->view->assign('type', 'collection'); |
| 79 | 79 | $this->view->assign('toc', $this->makeMenuFor3DObjects()); |
@@ -308,7 +308,7 @@ |
||
| 308 | 308 | $entryArray['doNotLinkIt'] = 1; |
| 309 | 309 | $entryArray['ITEM_STATE'] = 'HEADER'; |
| 310 | 310 | |
| 311 | - if ($entry['children'] == NULL) { |
|
| 311 | + if ($entry['children'] == null) { |
|
| 312 | 312 | $entryArray['description'] = $entry['description']; |
| 313 | 313 | var_dump($entryArray['description']); |
| 314 | 314 | $id = str_replace("LOG", "PHYS", $entry['id']); |