We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -887,7 +887,7 @@ |
||
| 887 | 887 | */ |
| 888 | 888 | public static function getUrl(string $url) |
| 889 | 889 | { |
| 890 | - if (! Helper::isValidHttpUrl($url)) { |
|
| 890 | + if (!Helper::isValidHttpUrl($url)) { |
|
| 891 | 891 | return false; |
| 892 | 892 | } |
| 893 | 893 | |