We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -386,7 +386,7 @@ |
||
| 386 | 386 | $this->logger->warning('Invalid PID ' . $cPid . ' for metadata definitions'); |
| 387 | 387 | // check if method is called by 3D object |
| 388 | 388 | var_dump($this->logicalUnits["LOG_0000"]["type"]); |
| 389 | - if(empty($this->logicalUnits["LOG_0000"]) || $this->logicalUnits["LOG_0000"]["type"] != 'collection') { |
|
| 389 | + if (empty($this->logicalUnits["LOG_0000"]) || $this->logicalUnits["LOG_0000"]["type"] != 'collection') { |
|
| 390 | 390 | return []; |
| 391 | 391 | } |
| 392 | 392 | } |