Skip to content

Commit

Permalink
Fix the ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 18, 2022
1 parent d3107e8 commit 716e0f8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Wdes/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
<rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints"/>
<rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace"/>
<rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace"/>
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
<rule ref="SlevomatCodingStandard.Arrays.TrailingArrayComma">
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration">
<rule ref="SlevomatCodingStandard.Namespaces.RequireOneNamespaceInFile">
<rule ref="SlevomatCodingStandard.Namespaces.NamespaceDeclaration">
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing">
<rule ref="SlevomatCodingStandard.Classes.ClassConstantVisibility">
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue">
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing">
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing">
<rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse">
<rule ref="SlevomatCodingStandard.Arrays.TrailingArrayComma"/>
<rule ref="SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration"/>
<rule ref="SlevomatCodingStandard.Namespaces.RequireOneNamespaceInFile"/>
<rule ref="SlevomatCodingStandard.Namespaces.NamespaceDeclaration"/>
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing"/>
<rule ref="SlevomatCodingStandard.Classes.ClassConstantVisibility"/>
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/>
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/>
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHintSpacing"/>
<rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse"/>

<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
<properties>
<property name="newlinesCountBetweenOpenTagAndDeclare" value="2"/>
<property name="newlinesCountAfterDeclare" value="2"/>
Expand Down

0 comments on commit 716e0f8

Please sign in to comment.