Completed
Push — master ( 655878...92de9c )
by Renato
08:31
created
src/NwLaravel/FileStorage/ImagineImagick.php 1 patch
Doc Comments   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     /**
16 16
      * Construct
17 17
      *
18
-     * @param string|blob $path
18
+     * @param string $path
19 19
      */
20 20
     public function __construct($path)
21 21
     {
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
      * @param integer $x
232 232
      * @param integer $y
233 233
      *
234
-     * @return binary
234
+     * @return Imagine
235 235
      */
236 236
     public function crop($width, $height, $x, $y)
237 237
     {
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
      *
246 246
      * @param integer $angle
247 247
      *
248
-     * @return binary
248
+     * @return ImagineImagick
249 249
      */
250 250
     public function rotate($angle)
251 251
     {
@@ -263,9 +263,8 @@  discard block
 block discarded – undo
263 263
     /**
264 264
      * Strip Profiles
265 265
      *
266
-     * @param string $except
267 266
      *
268
-     * @return this
267
+     * @return ImagineImagick
269 268
      */
270 269
     public function stripProfiles()
271 270
     {
@@ -285,7 +284,7 @@  discard block
 block discarded – undo
285 284
      * @param string  $format
286 285
      * @param integer $quality
287 286
      *
288
-     * @return binary
287
+     * @return string
289 288
      */
290 289
     public function encode($format = null, $quality = null)
291 290
     {
@@ -298,7 +297,7 @@  discard block
 block discarded – undo
298 297
      * @param string  $path
299 298
      * @param integer $quality
300 299
      *
301
-     * @return binary
300
+     * @return ImagineImagick
302 301
      */
303 302
     public function save($path, $quality = null)
304 303
     {
Please login to merge, or discard this patch.
src/NwLaravel/FileStorage/StorageManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      *
57 57
      * @param string $filename Path File
58 58
      *
59
-     * @return bool
59
+     * @return integer
60 60
      */
61 61
     public function size($filename)
62 62
     {
Please login to merge, or discard this patch.