8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b4378 commit 62de881Copy full SHA for 62de881
src/Symfony/Component/Routing/CompiledRoute.php
@@ -33,7 +33,7 @@ class CompiledRoute
33
* @param string $staticPrefix The static prefix of the compiled route
34
* @param string $regex The regular expression to use to match this route
35
* @param array $tokens An array of tokens to use to generate URL for this route
36
- * @param array $variables An array of variables
+ * @param array $variables An array of variables (variables defined in the path and in the hostname patterns)
37
* @param array $pathVariables An array of path variables
38
* @param array $hostnameVariables An array of hostname variables
39
* @param array $hostnameRegex Hostname regex
0 commit comments