From 89d0b80b6c865a2ebdc149b5980509e7e81a4fc5 Mon Sep 17 00:00:00 2001 From: Athlon1600 Date: Fri, 3 Nov 2023 21:03:10 -0500 Subject: [PATCH] CurlHandle does not exist in PHP 7.4 --- src/YouTubeStreamer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/YouTubeStreamer.php b/src/YouTubeStreamer.php index 494cbf8..74c8bec 100644 --- a/src/YouTubeStreamer.php +++ b/src/YouTubeStreamer.php @@ -22,7 +22,7 @@ protected function sendHeader(string $header): void } /** - * @param \CurlHandle|resource $ch + * @param resource $ch * @param string $data * @return int */ @@ -54,7 +54,7 @@ public function headerCallback($ch, string $data): int } /** - * @param \CurlHandle|resource $ch + * @param resource $ch * @param string $data * @return int */