Skip to content

Commit 6758ec7

Browse files
jely2002github-actions[bot]
authored andcommitted
styling: fix styling
1 parent 2227989 commit 6758ec7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Parsers/ResponseParserTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ public function it_parses_a_response_with_a_body_and_unknown_size()
9696
return false;
9797
}
9898
$done = true;
99+
99100
return $json;
100101
});
101102

102-
$parsedDocument = new Document();
103+
$parsedDocument = new Document;
103104

104105
$documentParser = $this->createMock(DocumentParser::class);
105106
$documentParser

0 commit comments

Comments
 (0)