Skip to content

Commit

Permalink
CurlHandle does not exist in PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon1600 committed Nov 4, 2023
1 parent bb30cd3 commit 89d0b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/YouTubeStreamer.php
Expand Up @@ -22,7 +22,7 @@ protected function sendHeader(string $header): void
}

/**
* @param \CurlHandle|resource $ch
* @param resource $ch
* @param string $data
* @return int
*/
Expand Down Expand Up @@ -54,7 +54,7 @@ public function headerCallback($ch, string $data): int
}

/**
* @param \CurlHandle|resource $ch
* @param resource $ch
* @param string $data
* @return int
*/
Expand Down

0 comments on commit 89d0b80

Please sign in to comment.