diff options
author | nod_ <nod_@598310.no-reply.drupal.org> | 2025-03-03 15:03:21 +0100 |
---|---|---|
committer | nod_ <nod_@598310.no-reply.drupal.org> | 2025-03-03 15:03:21 +0100 |
commit | e99020533964e013261ad5c37692b25b6cdd6d7e (patch) | |
tree | fb9d1098d5278a05394ff1cb565f1fd7902b6aa2 /core/modules/config | |
parent | 37e0a7f0db8ce2245f296fe3f610293708f1816c (diff) | |
download | drupal-e99020533964e013261ad5c37692b25b6cdd6d7e.tar.gz drupal-e99020533964e013261ad5c37692b25b6cdd6d7e.zip |
Issue #2721309 by spokje, quietone, shalini_jha, anoopjohn, smustgrave: Fix Drupal.Commenting.FunctionComment.ParamCommentFullStop
Diffstat (limited to 'core/modules/config')
-rw-r--r-- | core/modules/config/src/Form/ConfigSync.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/config/src/Form/ConfigSync.php b/core/modules/config/src/Form/ConfigSync.php index f59b9d6fced..bb464479ede 100644 --- a/core/modules/config/src/Form/ConfigSync.php +++ b/core/modules/config/src/Form/ConfigSync.php @@ -57,7 +57,7 @@ class ConfigSync extends FormBase { * @param \Drupal\Core\Render\RendererInterface $renderer * The renderer. * @param \Drupal\Core\Extension\ModuleExtensionList $moduleExtensionList - * The module extension list + * The module extension list. * @param \Drupal\Core\Config\ImportStorageTransformer $importTransformer * The import transformer service. * @param \Drupal\Core\Extension\ThemeExtensionList $themeExtensionList |