Skip to content
Snippets Groups Projects
Commit 5abb714f authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2533218 by mpdonadio: Resolve todo for Symfony #12349

parent 91ab3cc3
No related branches found
No related tags found
No related merge requests found
...@@ -1360,8 +1360,6 @@ protected static function validateHostnameLength($host) { ...@@ -1360,8 +1360,6 @@ protected static function validateHostnameLength($host) {
* *
* @return bool * @return bool
* TRUE if the hostmame is valid, or FALSE otherwise. * TRUE if the hostmame is valid, or FALSE otherwise.
*
* @todo Adjust per resolution to https://github.com/symfony/symfony/issues/12349
*/ */
public static function validateHostname(Request $request) { public static function validateHostname(Request $request) {
// $request->getHost() can throw an UnexpectedValueException if it // $request->getHost() can throw an UnexpectedValueException if it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment