Skip to content

Commit fa690c7

Browse files
willpower232Josh-G
andauthored
Update src/Browserless.php
Co-authored-by: Josh Grant <josh@synergitech.co.uk>
1 parent faa3436 commit fa690c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Browserless.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ private function render(array $options)
245245
$response = $e->getResponse();
246246

247247
/**
248-
* You could use $e->hasResponse() but that is not accurate enough for phpstan
248+
* You could use $e->hasResponse() but that is not accurate enough,
249+
* as phpstan will be analysing against method signatures from guzzle 6 & 7
249250
*/
250251
if ($response !== null) {
251252
$message = $response->getBody();

0 commit comments

Comments
 (0)