allow missing @var annotations
This commit is contained in:
parent
42a7968cee
commit
d5831242f5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<exclude name="DigiComp.Commenting.VariableComment.MissingVar" />
|
||||
</rule>
|
||||
<!-- TODO: what about new PHP 7.4 code base, where property annotations may get useless? -->
|
||||
<rule ref="DigiComp.Commenting.VariableComment.MissingVar">
|
||||
<rule ref="DigiComp.Commenting.VariableComment.Missing">
|
||||
<type>warning</type>
|
||||
<severity>4</severity>
|
||||
</rule>
|
||||
|
|
Loading…
Reference in a new issue