Passed
Push — feature/VSVGVQ-24 ( 53b2a0...890c4d )
by Luc
02:26
created
src/Image/Controllers/ImageController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
         $uploadFile = $this->guardFiles($request->files);
54 54
 
55 55
         $uuid = $this->uuidFactory->uuid4();
56
-        $filename = $uuid->toString().'.'. $uploadFile->getClientOriginalExtension();
56
+        $filename = $uuid->toString().'.'.$uploadFile->getClientOriginalExtension();
57 57
 
58 58
         $stream = fopen($uploadFile->getRealPath(), 'r+');
59 59
         $this->fileSystem->writeStream($filename, $stream);
Please login to merge, or discard this patch.