Skip to content

Commit fd02a55

Browse files
committed
we dont look for the binary anymore
1 parent 6e8e562 commit fd02a55

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Resources/doc/index.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,8 @@ Linting Generated Code
4848
______________________
4949

5050
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.
5653

5754
You can explicitly set a custom path to a php-cs-fixer binary and/or configuration
5855
file by their respective environment variables:

0 commit comments

Comments
 (0)