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