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
bug #43267 [Config] Fix signature generation with nested attributes on 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#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
-------
6300a17 [Config] Fix signature generation with nested attributes on PHP 8.1
0 commit comments