Skip to content

Commit

Permalink
Use Slevomat.Classes.RequireSingleLineMethodSignature instead of Argu…
Browse files Browse the repository at this point in the history
…ments
  • Loading branch information
mmoll committed Nov 8, 2020
1 parent 9b5fae7 commit 3552c9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 151 deletions.
77 changes: 0 additions & 77 deletions Symfony/Sniffs/Functions/ArgumentsSniff.php

This file was deleted.

12 changes: 0 additions & 12 deletions Symfony/Tests/Functions/ArgumentsUnitTest.inc

This file was deleted.

62 changes: 0 additions & 62 deletions Symfony/Tests/Functions/ArgumentsUnitTest.php

This file was deleted.

5 changes: 5 additions & 0 deletions Symfony/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,9 @@

<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators" />
<rule ref="SlevomatCodingStandard.ControlStructures.RequireYodaComparison" />
<rule ref="SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature">
<properties>
<property name="maxLineLength" value="0"/>
</properties>
</rule>
</ruleset>

0 comments on commit 3552c9b

Please sign in to comment.