Passed
Push — master ( ffa25f...b52452 )
by Luca
03:19 queued 01:31
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.