Issue #3421206 by karanpagare, GafgarionMorua, smustgrave, joachim, longwave: incorrect docs for LocaleConfigSubscriberTest::assertTranslation()

(cherry picked from commit 2183176694)
merge-requests/6588/merge
Alex Pott 2024-03-02 12:04:19 +00:00
parent 822996f710
commit 5a1de8b7b5
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 2 additions and 3 deletions

View File

@ -458,7 +458,7 @@ class LocaleConfigSubscriberTest extends KernelTestBase {
}
/**
* Ensures a translation exists and is marked as customized.
* Asserts if a specific translation exists and its customization status.
*
* @param string $config_name
* The configuration name.
@ -467,8 +467,7 @@ class LocaleConfigSubscriberTest extends KernelTestBase {
* @param string $langcode
* The language code.
* @param bool $customized
* Whether or not the string should be asserted to be customized or not
* customized.
* (optional) Asserts if the translation is customized or not.
*
* @internal
*/