.github/ISSUE_TEMPLATE/1_BUG.md
---
name: 🐞 Bug Report
about: Something is broken?
labels: bug
---
<!--
- Please do not report an issue if you are not using "PHP CS Fixer Baseline" directly, but rather a third-party wrapper around it.
- Please fill in this template according to your issue.
- Please keep the table shown below at the top of your issue.
- Please include the output of "composer info | sort" if you installed "PHP CS Fixer Baseline" using Composer.
- Please post code as text (using proper markup). Do not post screenshots of code.
- Please make sure that you have configured your PHP interpreter like so: `error_reporting=-1`, `zend.assertions=1`.
- Please remove this comment before submitting your issue.
-->
| Q | A |
|-------------------------------|-----------------|
| PHP CS Fixer Baseline version | x.y.z |
| PHP version | x.y.z |
| Installation Method | Composer / PHAR |
#### Summary
<!-- Provide a summary describing the problem you are experiencing. -->
#### Current behavior
<!-- What is the current (buggy) behavior? -->
#### How to reproduce
<!-- Provide steps to reproduce the bug. -->
#### Expected behavior
<!-- What was the expected (correct) behavior? -->