ISSUE_TEMPLATE 990 B

12345678910111213141516171819202122232425262728293031323334
  1. For configuration or updating questions please read the README and UPGRADE documentation,
  2. or visit: https://gitter.im/PHP-CS-Fixer
  3. When reporting an issue (bug) please provide the following information:
  4. #### The PHP version you are using (`$ php -v`):
  5. => ....................................
  6. #### PHP CS Fixer version you are using (`$ php-cs-fixer -V`):
  7. => ....................................
  8. #### The command you use to run PHP CS Fixer:
  9. => ....................................
  10. #### The configuration file you are using, if any:
  11. ```php
  12. => ....................................
  13. ```
  14. #### If applicable, please provide minimum samples of PHP code (as plain text, not screenshots):
  15. * before running PHP CS Fixer (no changes):
  16. ```php
  17. => ....................................
  18. ```
  19. * with unexpected changes applied when running PHP CS Fixer:
  20. ```php
  21. => ....................................
  22. ```
  23. * with the changes you expected instead:
  24. ```php
  25. => ....................................
  26. ```