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 ( 307738...eb711b )
by
unknown
03:26
created
src/Task.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     /**
106 106
      * Handle onBefore, onAfter and name
107 107
      *
108
-     * @param mixed $offset The name of the variable
108
+     * @param string $offset The name of the variable
109 109
      * @param mixed $value  The value
110 110
      *
111 111
      * @return void
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     /**
159 159
      * Generate name if it doesn't exist
160 160
      *
161
-     * @param mixed $offset The name of the variable
161
+     * @param string $offset The name of the variable
162 162
      *
163 163
      * @return mixed
164 164
      */
Please login to merge, or discard this patch.