Verified Commit 1202b000 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3503268 by koustav_mondal, quietone: Remove...

Issue #3503268 by koustav_mondal, quietone: Remove Drupal.Commenting.FunctionComment.TypeHintMissing from phpcs.xml.dist
parent aaec64c3
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>