We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -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 | $id = str_replace("LOG", "PHYS", $entry['id']); |
| 314 | 314 | $entryArray['image'] = $this->document->getDoc()->getFileLocation($this->document->getDoc()->physicalStructureInfo[$id]['files']['THUMBS']); |
@@ -142,7 +142,7 @@ |
||
| 142 | 142 | } |
| 143 | 143 | |
| 144 | 144 | //it looks that for not loaded from database it is always 0, so needs to be set up on load |
| 145 | - if($doc->cPid == 0) { |
|
| 145 | + if ($doc->cPid == 0) { |
|
| 146 | 146 | $doc->cPid = max(intval($this->settings['storagePid']), 0); |
| 147 | 147 | } |
| 148 | 148 | |