Skip to content

Commit 8ca2f6a

Browse files
committed
Metadata: fix for php5
1 parent b9b4af6 commit 8ca2f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/Metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function __construct($api, $task_token)
1313
* Gets Metadata vidoe
1414
* @return object
1515
*/
16-
public function get(string $video_url) {
16+
public function get($video_url) {
1717
$params = new CustomTranscodingParams();
1818
$format = new Format();
1919
$format->output = "metadata";

0 commit comments

Comments
 (0)