From bbe69faa3a4f915e801643041b02bb6c5644917d Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bartek.jaskulski@wpdesk.net> Date: Mon, 12 Dec 2022 15:10:08 +0100 Subject: [PATCH] build: do not require class comment Signed-off-by: Bart Jaskulski <bartek.jaskulski@wpdesk.net> --- phpcs.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index fe86a84..214ff80 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. --> -- GitLab