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 | } |