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

Remove default arguments from the ruleset

Compare
Choose a tag to compare
@emielmolenaar emielmolenaar released this 10 Nov 09:14
· 5 commits to master since this release
97b34f0

Removes default arguments given to phpcs. See #5 and 97b34f0. 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>