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 — 1.x ( 14dc7b...51d58d )
by Jakub
04:08
created
src/Resource/ResourceBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
             // Send async request.
183 183
             $response = $client->sendAsyncRequest($request)->wait();
184 184
         } else {
185
-            throw new \LogicException('Unknown HTTP Client type: '. implode(',', class_implements($client)));
185
+            throw new \LogicException('Unknown HTTP Client type: ' . implode(',', class_implements($client)));
186 186
         }
187 187
 
188 188
         return $response;
Please login to merge, or discard this patch.