Skip to content

Commit

Permalink
fix typo in ruleset (#12)
Browse files Browse the repository at this point in the history
use `ref` instead of `reg`
  • Loading branch information
davidlienhard committed Apr 29, 2021
1 parent a1110d4 commit 4c1cb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DavidLienhard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<rule ref="SlevomatCodingStandard.Functions.RequireArrowFunction" />
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" />
<rule ref="SlevomatCodingStandard.Classes.ClassConstantVisibility" />
<rule reg="SlevomatCodingStandard.Namespaces.UseDoesNotStartWithBackslash" />
<rule ref="SlevomatCodingStandard.Namespaces.UseDoesNotStartWithBackslash" />
<rule ref="SlevomatCodingStandard.Functions.RequireSingleLineCall">
<properties>
<property name="maxLineLength" value="70"/>
Expand Down

0 comments on commit 4c1cb4d

Please sign in to comment.