| php-cs-fixer-version | Which php-cs-fixer release to download. | no | v3.64.0 |
| create-annotations | Whether to create annotations based on checkstyle results. | no | true |
| annotation-name | Name for the check run to create. Default: PHP-CS-Fixer. | no | PHP-CS-Fixer |
| annotation-title | Title for the check run to create. Default: PHP-CS-Fixer Results. | no | PHP-CS-Fixer Results |
| create-pull-request | Whether to create a pull request to fix php-cs-fixer issues. | no | true |
| commit-message | The message to use when committing code style fixes. | no | style(php-cs-fixer): Fix code-style |
| pull-request-title | The title of the pull request. | no | Apply fixes from PHP CS Fixer (${{ github.ref_name }}) |
| pull-request-assignees | A comma or newline separated list of assignees (GitHub usernames). | no | ${{ github.actor }} |
| pull-request-body | The title of the pull request. | no | This pull request applies code style fixes from an analysis carried out by [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer).
---
For more information, click [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
| pull-request-reviewers | A comma or newline separated list of reviewers (GitHub usernames) to request a review from. | no | "" |
| pull-request-team-reviewers | A comma or newline separated list of GitHub teams to request a review from.
Note that a `repo` scoped Personal Access Token (PAT) may be required.
| no | "" |
| pull-request-branch | The pull request branch name. | no | php-cs-fixer/${{ github.ref_name }} |
| pull-request-labels | A comma or newline separated list of labels. | no | php-cs-fixer |
| use-built-in-rules | Whether to use built-in rules from luminsports/php-cs-fixer-rules repo. | no | true |
| only-check-modified-files | Whether to limit checks to files that have been modified in the current push/PR. | no | false |
| rules-version | Version of rules to use from luminsports/php-cs-fixer-rules repo. | no | latest |