Skip to content

Commit 0ef7714

Browse files
committed
close #94
1 parent b83ac5f commit 0ef7714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/CurlTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ trait CurlTrait
3535
/**
3636
* @codeCoverageIgnore
3737
*/
38-
public function __construct(string $url = null)
38+
public function __construct(?string $url = null)
3939
{
4040
$this->assertCurl();
4141
$this->handle = curl_init($url)

0 commit comments

Comments
 (0)