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']); |