Passed
Push — master ( 0ad23c...4c970b )
by Amin
03:26
created
src/FFMpeg.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         try {
52 52
             return new Media($this->ffmpeg->open($path), $path, $is_tmp);
53 53
         } catch (ExceptionInterface $e) {
54
-            if($is_tmp){
54
+            if ($is_tmp) {
55 55
                 sleep(1);
56 56
                 unlink($path);
57 57
             }
Please login to merge, or discard this patch.