We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af80d7b commit c7d3e7cCopy full SHA for c7d3e7c
1 file changed
user_guide_src/source/incoming/routing.rst
@@ -137,6 +137,9 @@ Controller should take into account the maximum parameters:
137
138
.. literalinclude:: routing/011.php
139
140
+.. important:: Do not put any placeholder after ``(:any)``. Because the number of
141
+ parameters passed to the controller method may change.
142
+
143
If matching multiple segments is not the intended behavior, ``(:segment)`` should be used when defining the
144
routes. With the examples URLs from above:
145
0 commit comments