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

This package is auto-updated.

Last update: 2024-04-29 03:53:45 UTC


README

PHP Coding Standards Fixer Configuration from symfony/demo as a function of fileHeaderComment

PHPPackages Rank Maintainability Build Status

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