Skip to content

Commit da5218f

Browse files
Dave HulbertTobion
authored andcommitted
Remove var not used due to returning early (introduced in 8982c32)
1 parent 9fcad38 commit da5218f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ public function __clone()
476476
*/
477477
public function __toString()
478478
{
479-
$content = '';
480479
try {
481480
$content = $this->getContent();
482481
} catch (\LogicException $e) {

0 commit comments

Comments
 (0)