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 ( a0fab7...d931ca )
by Sebastian
02:48
created
src/ReplaceResult.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@
 block discarded – undo
28 28
         $this->count = $count;
29 29
     }
30 30
 
31
+    /**
32
+     * @param integer $limit
33
+     */
31 34
     public static function for($pattern, $replacement, $subject, $limit)
32 35
     {
33 36
         $count = 0;
Please login to merge, or discard this patch.