From eaebd51117ff892be8945a1d9230ddaa1d8da532 Mon Sep 17 00:00:00 2001 From: Lasse Lehtinen Date: Wed, 30 May 2018 15:04:35 +0300 Subject: [PATCH] Fixed typehint for streamCopy --- src/FFMpeg/Media/Concat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FFMpeg/Media/Concat.php b/src/FFMpeg/Media/Concat.php index 97f5e1e..81c8a7c 100644 --- a/src/FFMpeg/Media/Concat.php +++ b/src/FFMpeg/Media/Concat.php @@ -73,7 +73,7 @@ class Concat extends AbstractMediaType * Saves the concatenated video in the given array, considering that the sources videos are all encoded with the same codec. * * @param string $outputPathfile - * @param string $streamCopy + * @param bool $streamCopy * * @return Concat *