1
0
Fork 0

Unify wording in docs (#11545)

pull/11517/head^2
Michael Voříšek 2023-07-21 14:47:54 +02:00 committed by GitHub
parent 0cdabcc4ee
commit f752a9e358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ performance.
* **--ignore-platform-req:** ignore a specific platform requirement (`php`, `hhvm`,
`lib-*` and `ext-*`) and skip the [platform check](07-runtime.md#platform-check) for it.
Multiple requirements can be ignored via wildcard.
* **--strict-psr:** Return a failed status code (1) if PSR-4 or PSR-0 mapping errors
* **--strict-psr:** Return a failed exit code (1) if PSR-4 or PSR-0 mapping errors
are present. Requires --optimize to work.
## clear-cache / clearcache / cc