diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist index b62f8547b59d9d0623d95cfa57aa730ea8e02263..557199b90ad1ceed1c2b89b784d887b59c61b3d0 100644 --- a/core/phpcs.xml.dist +++ b/core/phpcs.xml.dist @@ -55,9 +55,6 @@ <exclude name="Drupal.Commenting.DocComment.LongFullStop"/> <exclude name="Drupal.Commenting.DocComment.ShortNotCapital"/> <exclude name="Drupal.Commenting.DocComment.ShortFullStop"/> - <!-- TagsNotGrouped and ParamGroup have false-positives. - @see https://www.drupal.org/node/2060925 --> - <exclude name="Drupal.Commenting.DocComment.TagsNotGrouped"/> <exclude name="Drupal.Commenting.DocComment.ParamGroup"/> <exclude name="Drupal.Commenting.DocComment.ShortSingleLine"/> <exclude name="Drupal.Commenting.DocComment.MissingShort"/>