mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-01-16 20:48:15 +01:00
Add coverage annotations
This commit is contained in:
parent
f081ea716e
commit
a6e7eca23a
@ -56,6 +56,7 @@ trait GuzzleAware
|
||||
/**
|
||||
* Retrieve the Guzzle client
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @return Client
|
||||
*/
|
||||
protected function guzzle(): Client
|
||||
|
@ -7,6 +7,7 @@ use Psr\Http\Message\StreamInterface;
|
||||
/**
|
||||
* The JSON stream wrapper.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
|
||||
*/
|
||||
final class StreamWrapper
|
||||
|
Loading…
x
Reference in New Issue
Block a user