Passed
Push — master ( 1cd536...1be026 )
by Evgenii
06:17
created
src/logic/VideoFrameExtractor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         }
51 51
 
52 52
 
53
-           $command = "{$this->ffmpegBin} -i {$this->videoSourceFilename}  -ss 00:00:01.000 -vframes 1  {$this->outputImageFilename}";
53
+            $command = "{$this->ffmpegBin} -i {$this->videoSourceFilename}  -ss 00:00:01.000 -vframes 1  {$this->outputImageFilename}";
54 54
         exec($command, $out, $result);
55 55
         if (is_file($this->outputImageFilename)) {
56 56
             return true;
Please login to merge, or discard this patch.