diff --git a/phpcs.xml.dist b/phpcs.xml.dist index fe86a84d43f8f88c09fbbe23177a86b5ebd5c65c..214ff803691534230e9482db608f6afb7a599b4a 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -50,8 +50,8 @@ <!-- Demanding Yoda conditions is stupid. --> <exclude name="WordPress.PHP.YodaConditions"/> - <!-- The only required comments are for the classes. --> <exclude name="Squiz.Commenting.FunctionComment"/> + <exclude name="Squiz.Commenting.ClassComment"/> <exclude name="Generic.Commenting.DocComment.MissingShort"/> <!-- You can use short if-else form. -->