We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -290,7 +290,7 @@ |
||
| 290 | 290 | if (!str_contains($label, $title)) { |
| 291 | 291 | return $entryArray; |
| 292 | 292 | } |
| 293 | - } else if (!empty($this->requestData['types'])) { |
|
| 293 | + } else if (!empty($this->requestData['types'])) { |
|
| 294 | 294 | if (!str_contains($entry['identifier'], $this->requestData['types'])) { |
| 295 | 295 | return $entryArray; |
| 296 | 296 | } |
@@ -290,7 +290,7 @@ discard block |
||
| 290 | 290 | if (!str_contains($label, $title)) { |
| 291 | 291 | return $entryArray; |
| 292 | 292 | } |
| 293 | - } else if (!empty($this->requestData['types'])) { |
|
| 293 | + } else if (!empty($this->requestData['types'])) { |
|
| 294 | 294 | if (!str_contains($entry['identifier'], $this->requestData['types'])) { |
| 295 | 295 | return $entryArray; |
| 296 | 296 | } |
@@ -341,7 +341,8 @@ discard block |
||
| 341 | 341 | return $entryArray; |
| 342 | 342 | } |
| 343 | 343 | |
| 344 | - private function getTypes($entry) { |
|
| 344 | + private function getTypes($entry) |
|
| 345 | + { |
|
| 345 | 346 | $types = []; |
| 346 | 347 | $index = 0; |
| 347 | 348 | |
@@ -358,7 +359,8 @@ discard block |
||
| 358 | 359 | return $types; |
| 359 | 360 | } |
| 360 | 361 | |
| 361 | - private function getType($entry) { |
|
| 362 | + private function getType($entry) |
|
| 363 | + { |
|
| 362 | 364 | $type = $entry['identifier']; |
| 363 | 365 | if (!empty($type)) { |
| 364 | 366 | return strtok($type, ','); |
@@ -305,7 +305,7 @@ discard block |
||
| 305 | 305 | $entryArray['doNotLinkIt'] = 1; |
| 306 | 306 | $entryArray['ITEM_STATE'] = 'HEADER'; |
| 307 | 307 | |
| 308 | - if ($entry['children'] == NULL) { |
|
| 308 | + if ($entry['children'] == null) { |
|
| 309 | 309 | $entryArray['description'] = $entry['description']; |
| 310 | 310 | $entryArray['identifier'] = $entry['identifier']; |
| 311 | 311 | $id = str_replace("LOG", "PHYS", $entry['id']); |
@@ -348,7 +348,7 @@ discard block |
||
| 348 | 348 | if (!empty($entry[0]['children'])) { |
| 349 | 349 | foreach ($entry[0]['children'] as $child) { |
| 350 | 350 | $type = $this->getType($child); |
| 351 | - if (!(in_array($type, $types)) && $type != NULL) { |
|
| 351 | + if (!(in_array($type, $types)) && $type != null) { |
|
| 352 | 352 | $types[$index] = $type; |
| 353 | 353 | $index++; |
| 354 | 354 | } |
@@ -362,7 +362,8 @@ |
||
| 362 | 362 | return $details; |
| 363 | 363 | } |
| 364 | 364 | |
| 365 | - private function getLogicalStructureFor3D($details) { |
|
| 365 | + private function getLogicalStructureFor3D($details) |
|
| 366 | + { |
|
| 366 | 367 | // add description and identifier for 3D objects |
| 367 | 368 | if ($details['type'] == 'collection' || $details['type'] == 'object') { |
| 368 | 369 | $metadata = $this->getMetadata($details['id']); |