Skip to content

Commit 0463e58

Browse files
authored
Note that parameter names for Attribute constructors are covered
1 parent 908f3d5 commit 0463e58

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)