Passed
Push — master ( 73c51b...3ade37 )
by Luca
05:05 queued 02:56
created
src/Generator/AbstractVideoGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     {
65 65
         $cutPoints = [];
66 66
         $videoDuration = $this->getDuration();
67
-        for ($i = 1;$i <= $this->options->getNumberOfFrames();$i++) {
67
+        for ($i = 1; $i <= $this->options->getNumberOfFrames(); $i++) {
68 68
             $cutPoints[] = (($videoDuration / $this->options->getNumberOfFrames()) - ($videoDuration / $this->options->getNumberOfFrames() / 2)) * $i;
69 69
         }
70 70
 
Please login to merge, or discard this patch.