Add coverage annotations

This commit is contained in:
Andrea Marco Sartori 2023-06-13 22:13:42 +02:00
parent f081ea716e
commit a6e7eca23a
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ trait GuzzleAware
/**
* Retrieve the Guzzle client
*
* @codeCoverageIgnore
* @return Client
*/
protected function guzzle(): Client

View File

@ -7,6 +7,7 @@ use Psr\Http\Message\StreamInterface;
/**
* The JSON stream wrapper.
*
* @codeCoverageIgnore
* @phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
*/
final class StreamWrapper