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 ( 703ddc...290252 )
by Michel
09:46
created
src/Controller/Plugin/FirephpPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @param         $object
29
+     * @param         string $object
30 30
      * @param  string $type
31 31
      * @param  string $label
32 32
      * @param  array  $options
Please login to merge, or discard this patch.
src/Service/FirephpWrapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     /**
34 34
      * @param        $object
35 35
      * @param  string $type
36
-     * @param  null   $label
36
+     * @param  string|null   $label
37 37
      * @param  array  $options
38 38
      * @return self
39 39
      */
Please login to merge, or discard this patch.
src/View/Helper/FirephpHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @param        $object
29
+     * @param        string $object
30 30
      * @param  string $type
31 31
      * @param  string $label
32 32
      * @param  array  $options
Please login to merge, or discard this patch.