Skip to content

Commit 599c4a6

Browse files
committed
Remove comment as codeCoverageIgnore does not work with a comment
1 parent 2b248ae commit 599c4a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private static function decodeBody(string $json) : array
9696
} finally {
9797
self::ensureJson();
9898
}
99-
}//@codeCoverageIgnore Unreachable line
99+
}//@codeCoverageIgnore
100100

101101
private static function ensureJson()
102102
{

0 commit comments

Comments
 (0)