File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,8 @@ Linting Generated Code
48
48
______________________
49
49
50
50
MakerBundle uses php-cs-fixer to enforce coding standards when generating ``.php ``
51
- files. If you have ``friendsofphp/php-cs-fixer `` added to your project, we'll
52
- use the ``bin/php-cs-fixer `` binary and ``.php-cs-fixer.dist.php `` configuration
53
- file automatically.
54
-
55
- Otherwise, we use a ``php-cs-fixer `` version that is packaged with this bundle.
51
+ files. When running a ``make `` command, MakerBundle will use a ``php-cs-fixer ``
52
+ version and configuration that is packaged with this bundle.
56
53
57
54
You can explicitly set a custom path to a php-cs-fixer binary and/or configuration
58
55
file by their respective environment variables:
You can’t perform that action at this time.
0 commit comments