Exclude phpcs rule

This commit is contained in:
Emili Castells Guasch 2025-07-21 09:49:06 +02:00
parent ac2bfa13af
commit 576b70c3c4
No known key found for this signature in database

View file

@ -51,11 +51,13 @@
<exclude name="Squiz.Commenting.FileComment.Missing" />
<exclude name="Squiz.Commenting.FileComment.MissingPackageTag" />
</rule>
<rule ref="Squiz.Commenting.ClassComment">
<exclude name="Squiz.Commenting.ClassComment.Missing" />
</rule>
<rule ref="Generic.Commenting.DocComment">
<exclude name="Generic.Commenting.DocComment.MissingShort" />
</rule>
<arg name="extensions" value="php"/>
<file>api</file>
<file>src</file>