From 76793ed5a0211fccd02aebe66713a7d91da3669e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Fri, 23 Nov 2018 10:14:41 +0100 Subject: [PATCH] Fix typo --- doc/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.md b/doc/configuration.md index 23b5fed0d..ae1ea0473 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -525,7 +525,7 @@ The `dump-autoload` (`boolean`|`null`, default `true`) setting will result in Bo disables the `autoload-dev` rules. This is however done only if a `composer.json` file could be found. If a `composer.lock` file is found as well, the file `vendor/composer/installed.json` will be required too. -The dumping of the autoloader will be _ignored_ if the `composer.json` file could be found. +The dumping of the autoloader will be _ignored_ if the `composer.json` file could not be found. The autoloader is dumped at the end of the process to ensure it will take into account the eventual modifications done by the [compactors][compactors] process.