Skip to content

Commit

Permalink
Merge pull request #209 from undecane/patch-1
Browse files Browse the repository at this point in the history
Add line breaks to phpunit config file for enhanced readability
  • Loading branch information
zingimmick authored May 16, 2024
2 parents cd60797 + 65d67d9 commit 4e3a47a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Standards/PHPCodeSnifferCustom/ruleset.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP Code Sniffer Custom" xsi:noNamespaceSchemaLocation="../../../vendor/squizlabs/php_codesniffer/phpcs.xsd">
<ruleset
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../vendor/squizlabs/php_codesniffer/phpcs.xsd"
name="PHP Code Sniffer Custom">

<rule ref="Generic">
<exclude name="Generic.Arrays.DisallowShortArraySyntax"/>
Expand Down

0 comments on commit 4e3a47a

Please sign in to comment.