Skip to content

Commit 92f74fd

Browse files
committed
Apply fixes from StyleCI
1 parent c1ed0ec commit 92f74fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Testing/TestResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ public function assertJsonIsObject($key = null)
10491049
*/
10501050
public function decodeResponseJson()
10511051
{
1052-
if ($this->baseResponse instanceof StreamedResponse ||
1052+
if ($this->baseResponse instanceof StreamedResponse ||
10531053
$this->baseResponse instanceof StreamedJsonResponse) {
10541054
$testJson = new AssertableJsonString($this->streamedContent());
10551055
} else {

0 commit comments

Comments
 (0)