8000 minor #24587 Remove BC Break label from `NullDumper` class in upgrade… · symfony/symfony@f1468c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit f1468c4

Browse files
committed
minor #24587 Remove BC Break label from NullDumper class in upgrade instructions (tzfrs)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #24587). Discussion ---------- Remove BC Break label from `NullDumper` class in upgrade instructions | Q | A | ------------- | --- | Branch? | 3.4 or master | Bug fix? | yes | New feature? | no | BC breaks? | maybe? | Deprecations? | no | Tests pass? | yes |Fixed tickets| |License| MIT |Doc PR| 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. Commits ------- fcc2146 Remove BC Break label from `NullDumper` class
2 parents f51d4d4 + fcc2146 commit f1468c4

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)
0