Completed
Push — master ( c942df...2c0437 )
by Bill
02:22
created
src/ImageProcessor.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     /**
82 82
      * Create Transformations
83 83
      *
84
-     * @param                    $image
84
+     * @param                    false|string $image
85 85
      * @param ImageConfiguration $config
86 86
      * @param ImageRecord        $image_record
87 87
      * @return array
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 
4 4
 namespace HustleWorks\Chute;
5 5
 
6
-use HustleWorks\Chute\DTO\ImageConfiguration;
7
-use HustleWorks\Chute\DTO\ImageRecord;
8 6
 use HustleWorks\Chute\Contracts\ImageRepositoryInterface;
9 7
 use HustleWorks\Chute\Contracts\ImageTransformationRepositoryInterface;
10 8
 use HustleWorks\Chute\Contracts\StorageInterface;
9
+use HustleWorks\Chute\DTO\ImageConfiguration;
10
+use HustleWorks\Chute\DTO\ImageRecord;
11 11
 use HustleWorks\Chute\ImageEditor;
12 12
 
13 13
 abstract class ImageProcessor
Please login to merge, or discard this patch.
src/ImageUploader.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace HustleWorks\Chute;
4 4
 
5
-use HustleWorks\Chute\DTO\ImageConfiguration;
6
-use HustleWorks\Chute\Contracts\ImageValidatorInterface;
7 5
 use HustleWorks\Chute\Contracts\ImageRepositoryInterface;
6
+use HustleWorks\Chute\Contracts\ImageValidatorInterface;
8 7
 use HustleWorks\Chute\Contracts\StorageInterface;
8
+use HustleWorks\Chute\DTO\ImageConfiguration;
9 9
 use HustleWorks\Chute\ImageFile;
10 10
 use HustleWorks\Chute\ServiceResponse;
11 11
 use HustleWorks\Chute\StandardServiceResponse;
Please login to merge, or discard this patch.