From 0463e580cc0eec75d87cc842686d7699c6629387 Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Wed, 1 Sep 2021 09:47:13 -0500 Subject: [PATCH] Note that parameter names for Attribute constructors are covered --- contributing/code/bc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/