Skip to content

Commit 70a56ad

Browse files
committed
Added the missing versionadded directive
1 parent 6606b19 commit 70a56ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

routing/debug.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ the route name as the command argument:
3333
3434
# or use part of the name to search for routes
3535
$ php bin/console debug:router blo
36-
36+
3737
Select one of the matching routes:
3838
[0] blog
3939
[1] blog_show
40-
>
40+
41+
.. versionadded:: 4.1
42+
The feature to look for partial route names was introduced in Symfony 4.1.
4143

4244
Likewise, if you want to test whether a URL matches a given route, use the
4345
``router:match`` command. This is useful to debug routing issues and find out

0 commit comments

Comments
 (0)