We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b248ae commit 599c4a6Copy full SHA for 599c4a6
1 file changed
src/Response.php
@@ -96,7 +96,7 @@ private static function decodeBody(string $json) : array
96
} finally {
97
self::ensureJson();
98
}
99
- }//@codeCoverageIgnore Unreachable line
+ }//@codeCoverageIgnore
100
101
private static function ensureJson()
102
{
0 commit comments