diff --git a/contributing/code/bc.rst b/contributing/code/bc.rst index 371c1a35b95..2142f25460a 100644 --- a/contributing/code/bc.rst +++ b/contributing/code/bc.rst @@ -448,8 +448,8 @@ Turn static into non static No .. [9] Allowed for the ``void`` return type. -.. [10] Parameter names are not part of the compatibility promise. Using - PHP 8's named arguments feature might break your code when upgrading to - 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. .. _`Semantic Versioning`: https://semver.org/