File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Symfony/Component/Routing Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ class Route implements \Serializable
59
59
*
60
60
* * compiler_class: A class name able to compile this route instance (RouteCompiler by default)
61
61
*
62
<
7F4A
td data-grid-cell-id="diff-f82bb2cf9b0e716ac5f670438837154457d6fd24f0b99b0189c6fa3deca3ce46-62-61-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-deletionNum-bgColor, var(--diffBlob-deletion-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">
- * @param string $pattern The path pattern to match
63
- * @param array $defaults An array of default parameter values
64
- * @param array $requirements An array of requirements for parameters (regexes)
65
- * @param array $options An array of options
66
- * @param string $hostnamePattern The hostname pattern to match
62
+ * @param string $pattern The path pattern to match
63
+ * @param array $defaults An array of default parameter values
64
+ * @param array $requirements An array of requirements for parameters (regexes)
65
+ * @param array $options An array of options
66
+ * @param string $hostnamePattern The hostname pattern to match
67
67
*
68
68
* @api
69
69
*/
You can’t perform that action at this time.
0 commit comments