diff --git a/src/FFMpeg/FFProbe.php b/src/FFMpeg/FFProbe.php index 3468969..a1a0ba3 100644 --- a/src/FFMpeg/FFProbe.php +++ b/src/FFMpeg/FFProbe.php @@ -179,7 +179,7 @@ class FFProbe * @return bool * @since 0.10.0 */ - public function isValid(string $pathfile) + public function isValid($pathfile) { try { return $this->format($pathfile)->get('duration') > 0;