@@ -38,7 +38,7 @@ |
||
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 | } |