Skip to content

Commit 428734e

Browse files
jely2002github-actions[bot]
authored andcommitted
styling: fix styling
1 parent 4b00f81 commit 428734e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Parsers/ResponseParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function it_parses_a_response_with_a_seekable_stream_and_unknown_size()
132132
$stream->expects($this->once())->method('read')->with(1)->willReturn('x');
133133
$stream->expects($this->once())->method('seek')->with(0);
134134

135-
$parsedDocument = new Document();
135+
$parsedDocument = new Document;
136136

137137
$documentParser = $this->createMock(DocumentParser::class);
138138
$documentParser

0 commit comments

Comments
 (0)