This commit is contained in:
2025-12-10 23:59:52 +03:00
parent 54b0060c7a
commit 3c2e75cc18
2 changed files with 16 additions and 6 deletions

View File

@@ -227,6 +227,16 @@
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Classes.ClassStructure">
<properties>
<property name="groups" type="array">
<element value="constructor"/>
<element value="__invoke"/>
<element value="all public methods"/>
</property>
</properties>
</rule>
<!-- Require specific order of phpDoc annotations with empty newline between specific groups -->
<rule ref="SlevomatCodingStandard.Commenting.DocCommentSpacing">
<properties>