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
Pull Request — master (#58)
by
unknown
01:28
created
src/UploadImageBehavior.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @param $profile
187
+     * @param string $profile
188 188
      * @return string
189 189
      */
190 190
     protected function getPlaceholderUrl($profile)
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
     /**
232 232
      * @param $config
233 233
      * @param $path
234
-     * @param $thumbPath
234
+     * @param string|boolean $thumbPath
235 235
      */
236 236
     protected function generateImageThumb($config, $path, $thumbPath)
237 237
     {
Please login to merge, or discard this patch.