*: 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

@@ -3,11 +3,11 @@
> A copy and paste detector for PHP code.
> More information: <https://github.com/sebastianbergmann/phpcpd>.
- Analyse duplicated code for a specific file or directory:
- Analyze duplicated code for a specific file or directory:
`phpcpd {{path/to/file_or_directory}}`
- Analyse using fuzzy matching for variable names:
- Analyze using fuzzy matching for variable names:
`phpcpd --fuzzy {{path/to/file_or_directory}}`