Skip to content

Commit a6f6dd3

Browse files
Merge branch '4.4'
* 4.4: [4.3] Remove unused local variables
2 parents 8c94c4a + a874190 commit a6f6dd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Response/ResponseTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public function getContent(bool $throw = true): string
109109

110110
if (null === $this->content) {
111111
$content = null;
112-
$chunk = null;
113112

114113
foreach (self::stream([$this]) as $chunk) {
115114
if (!$chunk->isLast()) {

0 commit comments

Comments
 (0)