Fix php 5.3 compatibility
This commit is contained in:
parent
0fe457348d
commit
1859ab7253
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class ExtractMultipleFramesFilter implements VideoFilterInterface
|
|||
private $frameFileType = 'jpg';
|
||||
|
||||
/** @var array */
|
||||
private static $supportedFrameFileTypes = ['jpg', 'jpeg', 'png'];
|
||||
private static $supportedFrameFileTypes = array('jpg', 'jpeg', 'png');
|
||||
|
||||
public function __construct($frameRate = self::FRAMERATE_EVERY_SEC, $destinationFolder = __DIR__, $priority = 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue