symfony-util / coding-standards-fixer
PHP Coding Standards Fixer Configuration from symfony/demo as a function of fileHeaderComment
v5.4.0-alpha
2018-03-11 13:25 UTC
Requires
- php: >=5.4
Suggests
- friendsofphp/php-cs-fixer: To be able to check PHP code
This package is auto-updated.
Last update: 2025-03-01 00:17:31 UTC
README
PHP Coding Standards Fixer Configuration from symfony/demo as a function of fileHeaderComment
TODO
- Implement the proposer ruleset as an array constant http://php.net/manual/en/language.constants.syntax.php
- array constant requires PHP 5.6 (no idea how to implement it before 5.6, better just do not try to find more solutions)
php > print_r(array_merge(null, array('dog', 'cat', 'bird'))); PHP Warning: array_merge(): Argument #1 is not an array in php shell code on line 1