We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908f3d5 commit 0463e58Copy full SHA for 0463e58
contributing/code/bc.rst
@@ -448,8 +448,8 @@ Turn static into non static No
448
449
.. [9] Allowed for the ``void`` return type.
450
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.
+.. [10] Parameter names are only covered by the compatibility promise for
+ constructors of Attribute classes. Using PHP 8's named arguments
+ feature might break your code when upgrading to newer Symfony versions.
454
455
.. _`Semantic Versioning`: https://semver.org/
0 commit comments