File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"require-dev" : {
3
- "dealerdirect/phpcodesniffer-composer-installer" : " *" ,
3
+ "dealerdirect/phpcodesniffer-composer-installer" : " 1. *" ,
4
4
"wp-coding-standards/wpcs" : " 2.3.*"
5
5
},
6
6
"config" : {
Original file line number Diff line number Diff line change 95
95
<!-- <exclude name="Squiz.Commenting.FunctionComment.InvalidReturnVoid" /> -->
96
96
<exclude name =" Squiz.Commenting.FunctionComment.Missing" />
97
97
<exclude name =" Squiz.Commenting.FunctionComment.MissingParamComment" />
98
+ <exclude name =" Squiz.Commenting.FunctionComment.MissingParamType" />
98
99
<exclude name =" Squiz.Commenting.FunctionComment.MissingParamName" />
99
100
<exclude name =" Squiz.Commenting.FunctionComment.MissingParamTag" />
100
101
<exclude name =" Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
You can’t perform that action at this time.
0 commit comments