Update ruleset.xml
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
<exclude name="SlevomatCodingStandard.Whitespaces.DuplicateSpaces.DuplicateSpaces" />
|
<exclude name="SlevomatCodingStandard.Whitespaces.DuplicateSpaces.DuplicateSpaces" />
|
||||||
<exclude name="SlevomatCodingStandard.Numbers.DisallowNumericLiteralSeparator.DisallowedNumericLiteralSeparator" />
|
<exclude name="SlevomatCodingStandard.Numbers.DisallowNumericLiteralSeparator.DisallowedNumericLiteralSeparator" />
|
||||||
|
|
||||||
<!-- Отключил из-за __invoke -->
|
<!-- Отключил из-за-->
|
||||||
<exclude name="SlevomatCodingStandard.Classes.ClassStructure.IncorrectGroupOrder" />
|
<exclude name="SlevomatCodingStandard.Classes.ClassStructure.IncorrectGroupOrder" />
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
@@ -230,16 +230,6 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</rule>
|
</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 -->
|
<!-- Require specific order of phpDoc annotations with empty newline between specific groups -->
|
||||||
<rule ref="SlevomatCodingStandard.Commenting.DocCommentSpacing">
|
<rule ref="SlevomatCodingStandard.Commenting.DocCommentSpacing">
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user