We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -400,7 +400,7 @@ discard block |
||
400 | 400 | return ''; |
401 | 401 | } |
402 | 402 | |
403 | - $makeCacheKey = function ($pid, $uid) { |
|
403 | + $makeCacheKey = function($pid, $uid) { |
|
404 | 404 | return $pid . '.' . $uid; |
405 | 405 | }; |
406 | 406 | |
@@ -925,7 +925,7 @@ discard block |
||
925 | 925 | self::log('Could not fetch data from URL "' . $url . '". Error: ' . $e->getMessage() . '.', LOG_SEVERITY_WARNING); |
926 | 926 | return false; |
927 | 927 | } |
928 | - $content = $response->getBody()->getContents(); |
|
928 | + $content = $response->getBody()->getContents(); |
|
929 | 929 | |
930 | 930 | return $content; |
931 | 931 | } |
@@ -400,7 +400,8 @@ |
||
400 | 400 | return ''; |
401 | 401 | } |
402 | 402 | |
403 | - $makeCacheKey = function ($pid, $uid) { |
|
403 | + $makeCacheKey = function ($pid, $uid) |
|
404 | + { |
|
404 | 405 | return $pid . '.' . $uid; |
405 | 406 | }; |
406 | 407 |