8000 [Routing] clarified a variable content · symfony/symfony@62de881 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62de881

Browse files
fabpotarnaud-lb
authored andcommitted
[Routing] clarified a variable content
1 parent 11b4378 commit 62de881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/CompiledRoute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class CompiledRoute
3333
* @param string $staticPrefix The static prefix of the compiled route
3434
* @param string $regex The regular expression to use to match this route
3535
* @param array $tokens An array of tokens to use to generate URL for this route
36-
* @param array $variables An array of variables
36+
* @param array $variables An array of variables (variables defined in the path and in the hostname patterns)
3737
* @param array $pathVariables An array of path variables
3838
* @param array $hostnameVariables An array of hostname variables
3939
* @param array $hostnameRegex Hostname regex

0 commit comments

Comments
 (0)
0