We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -403,7 +403,7 @@ discard block |
||
| 403 | 403 | return $this->isLicenceFound($entry); |
| 404 | 404 | } else if (!empty($this->requestData['type'])) { |
| 405 | 405 | return $this->isTypeFound($entry); |
| 406 | - } else if (!empty($this->requestData['type'])) { |
|
| 406 | + } else if (!empty($this->requestData['type'])) { |
|
| 407 | 407 | return $this->isSoftwareFound($entry); |
| 408 | 408 | } else { |
| 409 | 409 | // no parameters so entry is matching |
@@ -571,7 +571,7 @@ discard block |
||
| 571 | 571 | private function getSoftware($entry) { |
| 572 | 572 | $software = $entry['software']; |
| 573 | 573 | if (!empty($software)) { |
| 574 | - return strtok($software, ',');; |
|
| 574 | + return strtok($software, ','); ; |
|
| 575 | 575 | } |
| 576 | 576 | return $software; |
| 577 | 577 | } |