1
0
Fork 0

Close code block in docs and tweak some wording

pull/4564/merge
Jordi Boggiano 2015-10-30 18:50:47 +00:00
parent f1b0c073ad
commit 463236cb74
1 changed files with 3 additions and 1 deletions

View File

@ -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 <span>([root-only](04-schema.md#root-package))</span>