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 */