Skip to content

Commit 9894b48

Browse files
committed
[4.3] Remove unused local variables
1 parent 4296c86 commit 9894b48

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
@@ -104,7 +104,6 @@ public function getContent(bool $throw = true): string
104104

105105
if (null === $this->content) {
106106
$content = null;
107-
$chunk = null;
108107

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

0 commit comments

Comments
 (0)