Test Failed
Pull Request — master (#1065)
by
unknown
06:46
created
src/LfmPath.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -329,6 +329,4 @@
 block discarded – undo
329 329
         $image = Image::make($original_image->get())
330 330
             ->fit($thumbWidth, $thumbHeight);
331 331
 
332
-        $this->storage->put($image->stream()->detach(), 'public');
333
-    }
334
-}
332
+        $this->storage->put($image->stream
335 333
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -329,6 +329,4 @@
 block discarded – undo
329 329
         $image = Image::make($original_image->get())
330 330
             ->fit($thumbWidth, $thumbHeight);
331 331
 
332
-        $this->storage->put($image->stream()->detach(), 'public');
333
-    }
334
-}
332
+        $this->storage->put($image->stream
335 333
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
 use UniSharp\LaravelFilemanager\Events\FileWasUploaded;
10 10
 use UniSharp\LaravelFilemanager\Events\ImageIsUploading;
11 11
 use UniSharp\LaravelFilemanager\Events\ImageWasUploaded;
12
-<<<<<<< HEAD
12
+<< << <<< HEAD
13 13
 use Illuminate\Support\Str;
14 14
 =======
15 15
 use UniSharp\LaravelFilemanager\LfmUploadValidator;
@@ -329,6 +329,4 @@  discard block
 block discarded – undo
329 329
         $image = Image::make($original_image->get())
330 330
             ->fit($thumbWidth, $thumbHeight);
331 331
 
332
-        $this->storage->put($image->stream()->detach(), 'public');
333
-    }
334
-}
332
+        $this->storage->put($image->stream
335 333
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -329,6 +329,4 @@
 block discarded – undo
329 329
         $image = Image::make($original_image->get())
330 330
             ->fit($thumbWidth, $thumbHeight);
331 331
 
332
-        $this->storage->put($image->stream()->detach(), 'public');
333
-    }
334
-}
332
+        $this->storage->put($image->stream
335 333
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -329,6 +329,4 @@
 block discarded – undo
329 329
         $image = Image::make($original_image->get())
330 330
             ->fit($thumbWidth, $thumbHeight);
331 331
 
332
-        $this->storage->put($image->stream()->detach(), 'public');
333
-    }
334
-}
332
+        $this->storage->put($image->stream
335 333
\ No newline at end of file
Please login to merge, or discard this patch.