Completed
Push — master ( 798c64...8bad15 )
by Florin
02:22
created
libs/upload.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -365,7 +365,7 @@  discard block
 block discarded – undo
365 365
     /**
366 366
      * Set allowed mime types
367 367
      *
368
-     * @param array $mimes
368
+     * @param string[] $mimes
369 369
      */
370 370
     public function set_allowed_mime_types($mimes)
371 371
     {
@@ -515,7 +515,7 @@  discard block
 block discarded – undo
515 515
      * Convert bytes to mb.
516 516
      *
517 517
      * @param int $bytes
518
-     * @return int
518
+     * @return double
519 519
      */
520 520
     protected function bytes_to_mb($bytes)
521 521
     {
Please login to merge, or discard this patch.