File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,14 @@ version and configuration that is packaged with this bundle.
54
54
You can explicitly set a custom path to a php-cs-fixer binary and/or configuration
55
55
file by their respective environment variables:
56
56
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.
59
65
60
66
61
67
Configuration
You can’t perform that action at this time.
0 commit comments