*: convert en-GB to en-US (#8155)

This commit is contained in:
Seth Falco
2022-06-27 12:23:12 +02:00
committed by GitHub
parent a5933966dd
commit 34fde6d16f
41 changed files with 74 additions and 74 deletions

View File

@@ -7,19 +7,19 @@
`phpstan analyse --help`
- Analyse the specified space-separated directories:
- Analyze the specified space-separated directories:
`phpstan analyse {{path/to/directory}}`
- Analyse a directory using a configuration file:
- Analyze a directory using a configuration file:
`phpstan analyse {{path/to/directory}} --configuration {{path/to/config}}`
- Analyse using a specific rule level (0-7, higher is stricter):
- Analyze using a specific rule level (0-7, higher is stricter):
`phpstan analyse {{path/to/directory}} --level {{level}}`
- Specify an autoload file to load before analysing:
- Specify an autoload file to load before analyzing:
`phpstan analyse {{path/to/directory}} --autoload-file {{path/to/autoload_file}}`