Skip to content

Commit 6ce547d

Browse files
committed
ignore uncoverable lines
1 parent fd1c049 commit 6ce547d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Browserless.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ class Browserless extends AbstractPDF
4545
public function __construct(string $apiKey = null, $client = null)
4646
{
4747
if ($client === null) {
48+
// @codeCoverageIgnoreStart
4849
$client = new \GuzzleHttp\Client([
4950
'base_uri' => $this->apiUrl,
5051
]);
52+
// @codeCoverageIgnoreEnd
5153
}
5254
$this->client = $client;
5355
if ($apiKey !== null) {

0 commit comments

Comments
 (0)