Skip to content

Commit a74e055

Browse files
committed
refactor(Client): update docblock syntax for handler variable
1 parent 4377ff0 commit a74e055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fetch/Http/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function fetch(?string $url = null, ?array $options = []): ResponseInterf
229229
$handler = $handler->withBody($body, $contentType);
230230
}
231231

232-
/* @var ClientHandlerInterface $handler */
232+
/** @var ClientHandlerInterface $handler */
233233
return $handler->sendRequest($method, $url);
234234
} catch (GuzzleRequestException $e) {
235235
// Handle Guzzle exceptions - Note: this catch block is incomplete in the original

0 commit comments

Comments
 (0)