-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #43267 [Config] Fix signature generation with nested attributes o…
…n PHP 8.1 (agustingomes) This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [Config] Fix signature generation with nested attributes on PHP 8.1 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix symfony/symfony#43260, part of #41552 | License | MIT | Doc PR | - This fix allows the new PHP 8.1 syntax of [new in initializers](https://wiki.php.net/rfc/new_in_initializers) It allows the method signature to be inferred from the object that is the default parameter value. Commits ------- 6300a17be2 [Config] Fix signature generation with nested attributes on PHP 8.1
- Loading branch information
Showing
2 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters