Skip to content

Commit f622ef2

Browse files
committed
better docs
1 parent 1d523e6 commit f622ef2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/Resources/doc/index.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,14 @@ version and configuration that is packaged with this bundle.
5454
You can explicitly set a custom path to a php-cs-fixer binary and/or configuration
5555
file by their respective environment variables:
5656

57-
- ``MAKER_PHP_CS_FIXER_BINARY_PATH`` e.g. /path/to/project/php-cs-fixer.php
58-
- ``MAKER_PHP_CS_FIXER_CONFIG_PATH`` e.g. /path/to/project/php-cs-fixer.config.php
57+
- ``MAKER_PHP_CS_FIXER_BINARY_PATH`` e.g. /path/to/binary/php-cs-fixer.php
58+
- ``MAKER_PHP_CS_FIXER_CONFIG_PATH`` e.g. .php-cs-fixer.config.php
59+
60+
61+
.. tip::
62+
63+
Is PHP-CS-Fixer installed globally? To avoid needing to set these in every
64+
project, you can instead set these on your operating system.
5965

6066

6167
Configuration

0 commit comments

Comments
 (0)