ISSUE_TEMPLATE 569 B

12345678910111213141516
  1. For configuration or updating questions please read the README and UPGRADE documentation,
  2. or visit: https://gitter.im/FriendsOfPHP/PHP-CS-Fixer
  3. When reporting an issue (bug) please provide the following information:
  4. The PHP version you are using:
  5. $ php -v
  6. PHP CS Fixer version you are using:
  7. $ php-cs-fixer -V
  8. The command you use to run the fixer (and the configuration file you are using if any).
  9. A minimal sample of valid PHP code that is not fixed correctly (if applicable).
  10. The fixed version of that code after you run the fixer and the version you expected.