We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -364,7 +364,7 @@ |
||
| 364 | 364 | if (!empty($entry[0]['children'])) { |
| 365 | 365 | foreach ($entry[0]['children'] as $child) { |
| 366 | 366 | $type = $this->getType($child); |
| 367 | - if (!(in_array($type, $types)) && $type != NULL) { |
|
| 367 | + if (!(in_array($type, $types)) && $type != null) { |
|
| 368 | 368 | $types[$index] = $type; |
| 369 | 369 | $index++; |
| 370 | 370 | } |