Skip to content

Commit 7b9ec6d

Browse files
phhpaquettg
authored andcommitted
Update CurlInterface.php (paquettg#162)
Fix PHPHtmlParser\CurlInterface::get() compatible issue
1 parent 8b759ab commit 7b9ec6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPHtmlParser/CurlInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ interface CurlInterface
1515
* @param string $url
1616
* @return string
1717
*/
18-
public function get($url): string;
18+
public function get(string $url): string;
1919
}

0 commit comments

Comments
 (0)