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
Branch master (bd9f98)
by Alexander
35:13
created
src/UploadBehavior.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,6 +245,7 @@  discard block
 block discarded – undo
245 245
 
246 246
     /**
247 247
      * Replaces all placeholders in path variable with corresponding values.
248
+     * @param string|null $path
248 249
      */
249 250
     protected function resolvePath($path)
250 251
     {
@@ -306,7 +307,7 @@  discard block
 block discarded – undo
306 307
      * #my*  unsaf<e>&file:name?".png
307 308
      *
308 309
      * @param string $filename the source filename to be "sanitized"
309
-     * @return boolean string the sanitized filename
310
+     * @return string string the sanitized filename
310 311
      */
311 312
     public static function sanitize($filename)
312 313
     {
Please login to merge, or discard this patch.
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.