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 ( a41792...2c7b14 )
by Mario
02:15
created
lib/Core/Mapper/DomainObjectMapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@
 block discarded – undo
114 114
         );
115 115
     }
116 116
 
117
+    /**
118
+     * @param integer $userId
119
+     */
117 120
     private function getUser($userId)
118 121
     {
119 122
         try {
Please login to merge, or discard this patch.
lib/Core/Service/InformationCollectionService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -300,7 +300,6 @@
 block discarded – undo
300 300
     }
301 301
 
302 302
     /**
303
-     * @param UserReference $userReference
304 303
      * @param mixed $userId
305 304
      *
306 305
      * @return \eZ\Publish\API\Repository\Values\User\User
Please login to merge, or discard this patch.