We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -884,7 +884,7 @@ discard block |
||
| 884 | 884 | * @param string $url |
| 885 | 885 | * |
| 886 | 886 | * @return string|bool |
| 887 | - */ |
|
| 887 | + */ |
|
| 888 | 888 | public static function getUrl(string $url) |
| 889 | 889 | { |
| 890 | 890 | if (! Helper::isValidHttpUrl($url)) { |
@@ -906,5 +906,5 @@ discard block |
||
| 906 | 906 | $content = $response->getBody()->getContents(); |
| 907 | 907 | |
| 908 | 908 | return $content; |
| 909 | - } |
|
| 909 | + } |
|
| 910 | 910 | } |
@@ -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 | |