Skip to content
Snippets Groups Projects
Verified Commit bbe69faa authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: do not require class comment


Signed-off-by: default avatarBart Jaskulski <bartek.jaskulski@wpdesk.net>
parent d3e8d6a4
No related branches found
No related tags found
No related merge requests found
......@@ -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. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment