Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Feb 23, 2022
1 parent 7a796fc commit 107f00d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Request.php
Expand Up @@ -279,7 +279,10 @@ public function setDownloadOnly(string $range = '0-500'): self
return $this;
}

public function checkHeader(CurlHandle $handle, string $line): int
/**
* @param resource $handle
*/
public function checkHeader($handle, string $line): int
{
if (\call_user_func($this->filter, $line)) {
$this->optChangeDuringRequest = true;
Expand Down

0 comments on commit 107f00d

Please sign in to comment.