Sfoglia il codice sorgente

Close code block in docs and tweak some wording

Jordi Boggiano 10 anni fa
parent
commit
463236cb74
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      doc/04-schema.md

+ 3 - 1
doc/04-schema.md

@@ -555,7 +555,8 @@ Example:
 #### Exclude files from classmaps
 #### Exclude files from classmaps
 
 
 If you want to exclude some files or folders from the classmap you can use the 'exclude-from-classmap' property.
 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.
 The classmap generator will ignore all files in the paths configured here.
 
 
@@ -567,6 +568,7 @@ Example:
         "exclude-from-classmap": ["/Tests/", "/test/", "/tests/"]
         "exclude-from-classmap": ["/Tests/", "/test/", "/tests/"]
     }
     }
 }
 }
+```
 
 
 ### autoload-dev <span>([root-only](04-schema.md#root-package))</span>
 ### autoload-dev <span>([root-only](04-schema.md#root-package))</span>