From 463236cb74fbae7412050cab21c4a2af6e7cfa6f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 30 Oct 2015 18:50:47 +0000 Subject: [PATCH] Close code block in docs and tweak some wording --- doc/04-schema.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 33f82769d..09c309912 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -555,7 +555,8 @@ Example: #### Exclude files from classmaps If you want to exclude some files or folders from the classmap you can use the 'exclude-from-classmap' property. -This might be useful to exclude test classes in your live environment, for example. +This might be useful to exclude test classes in your live environment, for example, as those will be skipped +from the classmap even when building an optimized autoloader. The classmap generator will ignore all files in the paths configured here. @@ -567,6 +568,7 @@ Example: "exclude-from-classmap": ["/Tests/", "/test/", "/tests/"] } } +``` ### autoload-dev ([root-only](04-schema.md#root-package))