Skip to content

Commit fcc2146

Browse files
kobelobsterfabpot
authored andcommitted
Remove BC Break label from NullDumper class
symfony/dependency-injection@7f34aa2 This is the commit where the class has been made "final", but it has only been made final via php doc, not via code, so this shouldn't be a BC break in my opinion.
1 parent f51d4d4 commit fcc2146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-3.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ DependencyInjection
8282

8383
* Autowiring services based on the types they implement is deprecated and won't be supported in version 4.0. Rename (or alias) your services to their FQCN id to make them autowirable.
8484

85-
* [BC BREAK] The `NullDumper` class has been made final
85+
* The `NullDumper` class has been made final
8686

8787
* [BC BREAK] `_defaults` and `_instanceof` are now reserved service names in Yaml configurations. Please rename any services with that names.
8888

0 commit comments

Comments
 (0)