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']); |
@@ -384,7 +384,7 @@ |
||
| 384 | 384 | } elseif (!$cPid) { |
| 385 | 385 | $this->logger->warning('Invalid PID ' . $cPid . ' for metadata definitions'); |
| 386 | 386 | // check if method is called by 3D object |
| 387 | - if(empty($this->logicalUnits["LOG_0000"]) || $this->logicalUnits["LOG_0000"]["type"] != 'collection') { |
|
| 387 | + if (empty($this->logicalUnits["LOG_0000"]) || $this->logicalUnits["LOG_0000"]["type"] != 'collection') { |
|
| 388 | 388 | return []; |
| 389 | 389 | } |
| 390 | 390 | } |