Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a36deb

Browse filesBrowse files
committed
minor #49963 Update the upgrade guide for the deprecation of @required (alexislefebvre)
This PR was merged into the 6.3 branch. Discussion ---------- Update the upgrade guide for the deprecation of ``@required`` | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | yes | Tickets | . | License | MIT | Doc PR | . Follow-up of #48990 Commits ------- 092d889 UPGRADE-6.3.md: deprecate "`@required`"
2 parents 1250a93 + 092d889 commit 8a36deb
Copy full SHA for 8a36deb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎UPGRADE-6.3.md

Copy file name to clipboardExpand all lines: UPGRADE-6.3.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ DependencyInjection
1313
* Deprecate `PhpDumper` options `inline_factories_parameter` and `inline_class_loader_parameter`, use `inline_factories` and `inline_class_loader` instead
1414
* Deprecate undefined and numeric keys with `service_locator` config, use string aliases instead
1515
* Deprecate `#[MapDecorated]`, use `#[AutowireDecorated]` instead
16+
* Deprecate the `@required` annotation, use the `Symfony\Contracts\Service\Attribute\Required` attribute instead
1617

1718
DoctrineBridge
1819
--------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.