Skip to content

Commit 3e2f161

Browse files
committed
Remove FQCN type hints on properties
1 parent 9a805f1 commit 3e2f161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
class HttpBrowser extends AbstractBrowser
2828
{
29-
private HttpClientInterface $client;
29+
private $client;
3030

3131
public function __construct(HttpClientInterface $client = null, History $history = null, CookieJar $cookieJar = null)
3232
{

0 commit comments

Comments
 (0)