Completed
Push — master ( e884cb...632e3f )
by Alex
01:32
created
src/UploadBehavior.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
      * #my*  unsaf<e>&file:name?".png
244 244
      *
245 245
      * @param string $filename the source filename to be "sanitized"
246
-     * @return boolean string the sanitized filename
246
+     * @return string string the sanitized filename
247 247
      */
248 248
     public static function sanitize($filename)
249 249
     {
@@ -317,6 +317,7 @@  discard block
 block discarded – undo
317 317
 
318 318
     /**
319 319
      * Replaces all placeholders in path variable with corresponding values.
320
+     * @param callable|null $path
320 321
      */
321 322
     protected function resolvePath($path)
322 323
     {
Please login to merge, or discard this patch.