Skip to content

Commit 6a22af8

Browse files
committed
[Routing] Removed old versionadded directive
1 parent 57967a4 commit 6a22af8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

routing.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,11 +1221,6 @@ the common configuration using options when importing the routes.
12211221
;
12221222
};
12231223
1224-
.. versionadded:: 4.4
1225-
1226-
The option to exclude some files or subdirectories when loading annotations
1227-
was introduced in Symfony 4.4.
1228-
12291224
In this example, the route of the ``index()`` action will be called ``blog_index``
12301225
and its URL will be ``/blog/``. The route of the ``show()`` action will be called
12311226
``blog_show`` and its URL will be ``/blog/{_locale}/posts/{slug}``. Both routes

0 commit comments

Comments
 (0)