8000 Update RequestContext.php · symfony/symfony@25f7f5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 25f7f5f

Browse files
Update RequestContext.php
1 parent b2dd018 commit 25f7f5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Routing/RequestContext.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function __construct(string $baseUrl = '', string $method = 'GET', string
4747
if ($parameters) {
4848
$this->parameters = $parameters;
4949
}
50-
}
5150
}
5251

5352
public static function fromUri(string $uri, string $host = 'localhost', string $scheme = 'http', int $httpPort = 80, int $httpsPort = 443): self

0 commit comments

Comments
 (0)
0