Completed
Branch develop (db5d33)
by Hugo
12:49
created
src/ImageTransformer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 
21 21
 
22 22
     /**
23
-     * @param string        $url
24 23
      * @param ImageContract $image
25 24
      *
26 25
      * @return array
Please login to merge, or discard this patch.
src/ImageManagerServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     {
36 36
         $container->alias(ImageManager::class, ImageManagerContract::class);
37 37
 
38
-        $container->singleton(ImageManagerContract::class, function () use ($container, $config) {
38
+        $container->singleton(ImageManagerContract::class, function() use ($container, $config) {
39 39
             return $this->createManager($container, $config);
40 40
         });
41 41
     }
Please login to merge, or discard this patch.