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 ( 96382c...08124d )
by H0rse
05:20
created
src/UploadImageBehavior.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
     }
148 148
 
149 149
     /**
150
-     * @param $path
150
+     * @param string|boolean $path
151 151
      * @throws InvalidConfigException
152 152
      * @throws \yii\base\Exception
153 153
      */
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
     }
220 220
 
221 221
     /**
222
-     * @param $profile
222
+     * @param string $profile
223 223
      * @return string
224 224
      * @throws InvalidConfigException
225 225
      */
Please login to merge, or discard this patch.