Skip to content

Commit 7f67988

Browse files
committed
minor #15770 Note that parameter names for Attribute constructors are covered (mbabker)
This PR was merged into the 4.4 branch. Discussion ---------- Note that parameter names for Attribute constructors are covered Fixes #15757 Commits ------- 0463e58 Note that parameter names for Attribute constructors are covered
2 parents f77cefd + 0463e58 commit 7f67988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/code/bc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ Turn static into non static No
448448
449449
.. [9] Allowed for the ``void`` return type.
450450
451-
.. [10] Parameter names are not part of the compatibility promise. Using
452-
PHP 8's named arguments feature might break your code when upgrading to
453-
newer Symfony versions.
451+
.. [10] Parameter names are only covered by the compatibility promise for
452+
constructors of Attribute classes. Using PHP 8's named arguments
453+
feature might break your code when upgrading to newer Symfony versions.
454454
455455
.. _`Semantic Versioning`: https://semver.org/

0 commit comments

Comments
 (0)