Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Dec 14, 2022
1 parent 1d523e6 commit f622ef2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,14 @@ version and configuration that is packaged with this bundle.
You can explicitly set a custom path to a php-cs-fixer binary and/or configuration
file by their respective environment variables:

- ``MAKER_PHP_CS_FIXER_BINARY_PATH`` e.g. /path/to/project/php-cs-fixer.php
- ``MAKER_PHP_CS_FIXER_CONFIG_PATH`` e.g. /path/to/project/php-cs-fixer.config.php
- ``MAKER_PHP_CS_FIXER_BINARY_PATH`` e.g. /path/to/binary/php-cs-fixer.php
- ``MAKER_PHP_CS_FIXER_CONFIG_PATH`` e.g. .php-cs-fixer.config.php


.. tip::

Is PHP-CS-Fixer installed globally? To avoid needing to set these in every
project, you can instead set these on your operating system.


Configuration
Expand Down

0 comments on commit f622ef2

Please sign in to comment.