We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -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 |