From 1202b00007fad44f8ef843f1f598d3a83f3ec326 Mon Sep 17 00:00:00 2001 From: nod_ <nod_@598310.no-reply.drupal.org> Date: Mon, 3 Feb 2025 12:09:12 +0100 Subject: [PATCH] Issue #3503268 by koustav_mondal, quietone: Remove Drupal.Commenting.FunctionComment.TypeHintMissing from phpcs.xml.dist --- core/phpcs.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist index 7b43abb9627b..790b3dcc5c2c 100644 --- a/core/phpcs.xml.dist +++ b/core/phpcs.xml.dist @@ -64,7 +64,6 @@ <rule ref="Drupal.Commenting.FileComment"/> <rule ref="Drupal.Commenting.FunctionComment"> <exclude name="Drupal.Commenting.FunctionComment.ParamCommentFullStop"/> - <exclude name="Drupal.Commenting.FunctionComment.TypeHintMissing"/> </rule> <rule ref="Drupal.Commenting.FunctionComment.Missing"> <include-pattern>core/modules/*/Plugin/views/argument/*</include-pattern> -- GitLab