Skip to content

Commit

Permalink
style: fix indentation in phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmlln committed Feb 14, 2024
1 parent 1250125 commit 1318d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build/phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer">
<config name="installed_paths" value="../../slevomat/coding-standard"/>
<config name="installed_paths" value="../../slevomat/coding-standard" />
<rule ref="Generic.Arrays.DisallowLongArraySyntax">
<type>error</type>
</rule>
<rule ref="PSR12">
<type>error</type>
</rule>
<rule ref="Generic.Files.LineLength">
<rule ref="Generic.Files.LineLength">
<type>warning</type>
</rule>
<rule ref="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace">
Expand Down

0 comments on commit 1318d55

Please sign in to comment.