Passed
Push — master ( a7bb70...ffa25f )
by Luca
02:17
created
src/Generator/AbstractVideoGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $this->destination = $destionationFile;
39 39
 
40 40
         $videoDuration = $this->getDuration();
41
-        for ($i = 1;$i <= $this->options->getNumberOfFrames();$i++) {
41
+        for ($i = 1; $i <= $this->options->getNumberOfFrames(); $i++) {
42 42
             $this->cutPoints[] = (($videoDuration / $this->options->getNumberOfFrames()) - ($videoDuration / $this->options->getNumberOfFrames() / 2)) * $i;
43 43
         }
44 44
     }
Please login to merge, or discard this patch.