mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
fix typo (#12298)
This commit is contained in:
parent
b70b6bd070
commit
e58aad45b5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ There are no real trade-offs with this method. It should always be enabled in
|
|||
production.
|
||||
|
||||
The only issue is it does not keep track of autoload misses (i.e. when
|
||||
it cannot find a given class), so those fallback to PSR-4 rules and can still
|
||||
it cannot find a given class), so those fall back to PSR-4 rules and can still
|
||||
result in slow filesystem checks. To solve this issue two Level 2 optimization
|
||||
options exist, and you can decide to enable either if you have a lot of
|
||||
class_exists checks that are done for classes that do not exist in your project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue