File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
InfinityloopCodingStandard Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 164164 <exclude name =" Squiz.Commenting.FunctionComment.ThrowsNotCapital" />
165165 <!-- doesn't work with self as typehint -->
166166 <exclude name =" Squiz.Commenting.FunctionComment.TypeHintMissing" />
167+ <exclude name =" Squiz.Commenting.FunctionComment.MissingParamTag" />
167168 </rule >
168169 <rule ref =" Squiz.Commenting.FunctionComment.DuplicateReturn" >
169170 <message >Only 1 @return annotation is allowed in a function comment</message >
174175 <rule ref =" Squiz.Commenting.FunctionComment.InvalidNoReturn" >
175176 <message >Function has no return statement, but annotation @return is present</message >
176177 </rule >
177- <rule ref =" Squiz.Commenting.FunctionComment.MissingParamTag" >
178- <message >@param annotation for parameter "%s" missing</message >
179- </rule >
180178 <rule ref =" Squiz.Functions.FunctionDeclaration" />
181179 <rule ref =" Squiz.Functions.FunctionDeclarationArgumentSpacing" >
182180 <properties >
You can’t perform that action at this time.
0 commit comments