You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-7.0.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,8 @@ Routing
198
198
-------
199
199
200
200
* Add argument `$routeParameters` to `UrlMatcher::handleRouteRequirements()`
201
+
* Remove Doctrine annotations support in favor of native attributes
202
+
* Change the constructor signature of `AnnotationClassLoader` to `__construct(?string $env = null)`, passing an annotation reader as first argument is not supported anymore
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ CHANGELOG
5
5
---
6
6
7
7
* Add argument `$routeParameters` to `UrlMatcher::handleRouteRequirements()`
8
+
* Remove Doctrine annotations support in favor of native attributes
9
+
* Change the constructor signature of `AnnotationClassLoader` to `__construct(?string $env = null)`, passing an annotation reader as first argument is not supported anymore
trigger_deprecation('symfony/routing', '6.4', 'Passing an instance of "%s" as first and the environment as second argument to "%s" is deprecated. Pass the environment as first argument instead.', Reader::class, __METHOD__);
trigger_deprecation('symfony/routing', '6.4', 'Class "%s" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.', $class->getName());
103
+
if (1 === $collection->count() - \count($routeNamesBefore)) {
0 commit comments