diff --git a/src/Concerns/GuzzleAware.php b/src/Concerns/GuzzleAware.php index a1c8450..37c4ef2 100644 --- a/src/Concerns/GuzzleAware.php +++ b/src/Concerns/GuzzleAware.php @@ -56,6 +56,7 @@ trait GuzzleAware /** * Retrieve the Guzzle client * + * @codeCoverageIgnore * @return Client */ protected function guzzle(): Client diff --git a/src/Sources/StreamWrapper.php b/src/Sources/StreamWrapper.php index c3fe7bf..86f8dd8 100644 --- a/src/Sources/StreamWrapper.php +++ b/src/Sources/StreamWrapper.php @@ -7,6 +7,7 @@ use Psr\Http\Message\StreamInterface; /** * The JSON stream wrapper. * + * @codeCoverageIgnore * @phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps */ final class StreamWrapper