Completed
Push — master ( 1b277c...da5305 )
by Renato
04:08
created
src/NwLaravel/FileStorage/StorageManager.php 1 patch
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      *
58 58
      * @param string $filename Path File
59 59
      *
60
-     * @return bool
60
+     * @return integer
61 61
      */
62 62
     public function size($filename)
63 63
     {
@@ -366,10 +366,6 @@  discard block
 block discarded – undo
366 366
      * Watermark Image
367 367
      *
368 368
      * @param string $filename
369
-     * @param int    $width
370
-     * @param int    $height
371
-     * @param int    $x
372
-     * @param int    $y
373 369
      *
374 370
      * @return bool
375 371
      */
Please login to merge, or discard this patch.