1
0
Fork 0
pull/6240/head
Thorsten Frommen 2017-03-09 11:14:27 +01:00 committed by GitHub
parent 79044bdf4c
commit 8c388a6a4d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ filesystem according to PSR-4 rules.
### Trade-offs ### Trade-offs
This option makes the autoloader always returns very quickly. On the flipside it This option makes the autoloader always return very quickly. On the flipside it
also means that in case a class is generated at runtime for some reason, it will also means that in case a class is generated at runtime for some reason, it will
not be allowed to be autoloaded. If your project or any of your dependencies does that not be allowed to be autoloaded. If your project or any of your dependencies does that
then you might experience "class not found" issues in production. Enable this with care. then you might experience "class not found" issues in production. Enable this with care.