We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1c049 commit 6ce547dCopy full SHA for 6ce547d
1 file changed
src/Browserless.php
@@ -45,9 +45,11 @@ class Browserless extends AbstractPDF
45
public function __construct(string $apiKey = null, $client = null)
46
{
47
if ($client === null) {
48
+ // @codeCoverageIgnoreStart
49
$client = new \GuzzleHttp\Client([
50
'base_uri' => $this->apiUrl,
51
]);
52
+ // @codeCoverageIgnoreEnd
53
}
54
$this->client = $client;
55
if ($apiKey !== null) {
0 commit comments