allow missing @var annotations

This commit is contained in:
Ferdinand Kuhl 2023-02-14 12:24:27 +01:00
parent 42a7968cee
commit d5831242f5

View file

@ -17,7 +17,7 @@
<exclude name="DigiComp.Commenting.VariableComment.MissingVar" /> <exclude name="DigiComp.Commenting.VariableComment.MissingVar" />
</rule> </rule>
<!-- TODO: what about new PHP 7.4 code base, where property annotations may get useless? --> <!-- 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> <type>warning</type>
<severity>4</severity> <severity>4</severity>
</rule> </rule>