We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -915,7 +915,7 @@ |
||
915 | 915 | self::log('Could not fetch data from URL "' . $url . '". Error: ' . $e->getMessage() . '.', LOG_SEVERITY_WARNING); |
916 | 916 | return false; |
917 | 917 | } |
918 | - $content = $response->getBody()->getContents(); |
|
918 | + $content = $response->getBody()->getContents(); |
|
919 | 919 | |
920 | 920 | return $content; |
921 | 921 | } |