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 ( 7621e2...994f19 )
by Danger
02:27
created
src/BitPrepared/Bundle/D1b0Workspace/Controller/V1/WorkspaceController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -323,7 +323,7 @@
 block discarded – undo
323 323
                 if($b->completed === True){
324 324
                     echo "CASO 1;<BR />";
325 325
                     return $this->$POINT_FOR_USING_A_CONQUERED_BADGE;
326
-                }else{
326
+                } else{
327 327
                     echo "CASO 2;<BR />";
328 328
                     return $this->POINT_FOR_USING_A_BADGE;
329 329
                 }
Please login to merge, or discard this patch.