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
Branch develop (6645aa)
by Borut
16:04
created
src/Application/Controller/MembersArea/MyController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
              *   when the validation kicks in, and one refresh later,
75 75
              *   you're logged in as that user.
76 76
              */
77
-             $app['user']->setUsername($currentUserUsername);
77
+                $app['user']->setUsername($currentUserUsername);
78 78
 
79 79
             if ($form->isValid()) {
80 80
                 $userEntity = $form->getData();
Please login to merge, or discard this patch.
src/Application/Entity/UserEntity.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -676,7 +676,7 @@
 block discarded – undo
676 676
         return ! $this->getExpired();
677 677
     }
678 678
 
679
-   /*** Roles ***/
679
+    /*** Roles ***/
680 680
     /**
681 681
      * @return array
682 682
      */
Please login to merge, or discard this patch.