All Notable changes to sebastiaanluca/php-codesniffer-ruleset
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Update packages
- Ignore empty line(s) after inline comment
- Ignore strict type declaration in resource and config files
- Don't require underscore prefix for private methods
- Don't worry about missing namespaces in migrations
- Ignore multi line array with single value
- Ignore multiline arrays that have a single value
- Ignore multiple function call arguments on a single line
- Ignore non-matching migration file/class names
- Ignore single line array with multiple values
- Ignore duplicate indent rule
- Require depending packages as non-dev
- Added extra
composer.json
check scripts to the README
- Removed
basepath
from argument list
- Added initial ruleset