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-8.0.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,8 @@ Routing
353
353
354
354
* Providing a non-array `_query` parameter to `UrlGenerator` causes an `InvalidParameterException`
355
355
* Remove the protected `AttributeClassLoader::$routeAnnotationClass` property and the `setRouteAnnotationClass()` method, use `AttributeClassLoader::setRouteAttributeClass()` instead
356
-
* Remove `getEnv()` and `setEnv()` methods of the `Route` attribute; use the plurialized `getEnvs()` and `setEnvs()` methods instead
356
+
* Remove class aliases in the `Annotation` namespace, use attributes instead
357
+
* Remove getters and setters in attribute classes in favor of public properties
357
358
358
359
Security
359
360
--------
@@ -462,6 +463,8 @@ Serializer
462
463
```
463
464
* Remove `AdvancedNameConverterInterface`, use `NameConverterInterface` instead
464
465
* Remove the `CompiledClassMetadataFactory` and `CompiledClassMetadataCacheWarmer` classes
466
+
* Remove class aliases in the `Annotation` namespace, use attributes instead
467
+
* Remove getters in attribute classes in favor of public properties
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ CHANGELOG
6
6
7
7
* Providing a non-array `_query` parameter to `UrlGenerator` causes an `InvalidParameterException`
8
8
* Remove the protected `AttributeClassLoader::$routeAnnotationClass` property and the `setRouteAnnotationClass()` method, use `AttributeClassLoader::setRouteAttributeClass()` instead
9
-
* Remove `getEnv()` and `setEnv()` methods of the `Route` attribute; use the plurialized `getEnvs()` and `setEnvs()` methods instead
9
+
* Remove class aliases in the `Annotation` namespace, use attributes instead
10
+
* Remove getters and setters in attribute classes in favor of public properties
0 commit comments