@@ -64,7 +64,7 @@ |
||
| 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 | |