diff --git a/core/phpcs.xml.dist b/core/phpcs.xml.dist index 7b43abb9627be1e50e49b791f4090b1ebed17ab4..790b3dcc5c2cd67484c565441b365e3561ed34e2 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>