Skip to content

Commit be9ecac

Browse files
minor #34176 [4.3] Remove unused local variables (fancyweb)
This PR was merged into the 4.3 branch. Discussion ---------- [4.3] Remove unused local variables | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Follow up of symfony/symfony#34105 on 4.3. Commits ------- 58161b8eec [4.3] Remove unused local variables
2 parents 4dbd08b + 9894b48 commit be9ecac

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)