summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Thanks/.phpcs.xml')
-rw-r--r--Thanks/.phpcs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Thanks/.phpcs.xml b/Thanks/.phpcs.xml
index d6c3b566..a9c1f665 100644
--- a/Thanks/.phpcs.xml
+++ b/Thanks/.phpcs.xml
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<ruleset>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
+ <exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPrivate" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected" />
<exclude name="MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic" />
<exclude name="MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment" />