Loading core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php +2 −3 Original line number Diff line number Diff line Loading @@ -458,7 +458,7 @@ protected function assertNoTranslation(string $config_name, string $langcode): v } /** * 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. Loading @@ -467,8 +467,7 @@ protected function assertNoTranslation(string $config_name, string $langcode): v * @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 */ Loading Loading
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php +2 −3 Original line number Diff line number Diff line Loading @@ -458,7 +458,7 @@ protected function assertNoTranslation(string $config_name, string $langcode): v } /** * 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. Loading @@ -467,8 +467,7 @@ protected function assertNoTranslation(string $config_name, string $langcode): v * @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 */ Loading