Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 23, 2018
1 parent 1594544 commit 76793ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 76793ed

Please # to comment.