Skip to content

Commit

Permalink
fix: Remove invalid properties from phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Aug 2, 2024
1 parent bf60661 commit d607daf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@

<!-- enforce short array syntax (we were already manually migrating to this as we touched files ourselves, so this is actually very nice to have automated now) -->
<rule ref="Generic.Arrays.DisallowLongArraySyntax">
<properties>
<property name="syntax" value="short" />
</properties>
</rule>

<rule ref="Generic.WhiteSpace.ScopeIndent">
Expand All @@ -32,15 +29,10 @@
<property name="exact" value="true" />
</properties>
</rule>
<rule ref="Generic.WhiteSpace.DisallowTabIndent">
<properties>
<property name="absolute" value="true" />
</properties>
</rule>
<rule ref="Generic.WhiteSpace.DisallowTabIndent" />
<rule ref="Generic.Arrays.ArrayIndent">
<properties>
<property name="indent" value="2" />
<property name="exact" value="true" />
</properties>
</rule>

Expand Down

0 comments on commit d607daf

Please sign in to comment.