We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1970e56 commit ebd2b66Copy full SHA for ebd2b66
README.md
@@ -27,7 +27,7 @@ Testable code. Curl object is injected, so can be easily mocked in PHPUnit.
27
```php
28
class MyApiClient {
29
private $curl;
30
- function __construct(\PHPCurl\CurlWrapper\Curl $curl)
+ function __construct(\PHPCurl\CurlWrapper\CurlInterface $curl)
31
{
32
$this->curl = $curl;
33
}
0 commit comments