Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Update ruleset.xml
Browse files Browse the repository at this point in the history
Removes default arguments given to phpcs. See #5. This allows for more customization or manually passing preferred arguments to phpcs. This is kind of a breaking change because the default behavior changes. To run phpcs with the same arguments before version ^2.0 of this package, run:

php vendor/bin/phpcs -spvnl --standard=phpcs-laravel <files / directories>
  • Loading branch information
emielmolenaar authored Nov 10, 2020
1 parent dffa891 commit 97b34f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<exclude-pattern>*/Providers/*</exclude-pattern>

<arg name="colors"/>
<arg value="spvnl"/>
<ini name="memory_limit" value="128M"/>

<rule ref="PSR2"/>
Expand Down

0 comments on commit 97b34f0

Please sign in to comment.