Update ruleset.xml
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<exclude name="SlevomatCodingStandard.Whitespaces.DuplicateSpaces.DuplicateSpaces" />
|
||||
<exclude name="SlevomatCodingStandard.Numbers.DisallowNumericLiteralSeparator.DisallowedNumericLiteralSeparator" />
|
||||
|
||||
<!-- Отключил из-за __invoke -->
|
||||
<!-- Отключил из-за-->
|
||||
<exclude name="SlevomatCodingStandard.Classes.ClassStructure.IncorrectGroupOrder" />
|
||||
</rule>
|
||||
|
||||
@@ -230,16 +230,6 @@
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user