Skip to content

Commit 998542c

Browse files
committed
Update phpcs rules
1 parent 3e00274 commit 998542c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"dealerdirect/phpcodesniffer-composer-installer": "*",
3+
"dealerdirect/phpcodesniffer-composer-installer": "1.*",
44
"wp-coding-standards/wpcs": "2.3.*"
55
},
66
"config": {

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
<!-- <exclude name="Squiz.Commenting.FunctionComment.InvalidReturnVoid" /> -->
9696
<exclude name="Squiz.Commenting.FunctionComment.Missing" />
9797
<exclude name="Squiz.Commenting.FunctionComment.MissingParamComment" />
98+
<exclude name="Squiz.Commenting.FunctionComment.MissingParamType" />
9899
<exclude name="Squiz.Commenting.FunctionComment.MissingParamName" />
99100
<exclude name="Squiz.Commenting.FunctionComment.MissingParamTag" />
100101
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />

0 commit comments

Comments
 (0)