GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 87291d...06c4d8 )
by Nil
04:57
created
src/ApiProblem/ApiProblem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
      */
155 155
     protected function setAdditionalDetails(array &$additionalDetails)
156 156
     {
157
-        Assert::hasKeyFormat($additionalDetails, function ($key) {
157
+        Assert::hasKeyFormat($additionalDetails, function($key) {
158 158
             Assert::isAlpha($key, 'Key requires [A-Za-z] characters only.');
159 159
         });
160 160
 
Please login to merge, or discard this patch.