phpcs, phpcbf: explain that file extensions are comma-separated (#4429)

* phpcs, phpcbf: explain that file extensions are comma-separated

* phpcs, phpcbf: revert file extensions token
This commit is contained in:
Pierre Rudloff 2020-10-05 15:35:06 +02:00 committed by GitHub
parent d595e5af20
commit 3bdfdd2bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
`phpcbf {{path/to/directory}} --standard {{standard}}`
- Specify file extension(s) to include when sniffing:
- Specify comma-separated file extensions to include when sniffing:
`phpcbf {{path/to/directory}} --extensions {{file_extension(s)}}`

View File

@ -15,7 +15,7 @@
`phpcs {{path/to/directory}} --standard {{standard}}`
- Specify file extension(s) to include when sniffing:
- Specify comma-separated file extensions to include when sniffing:
`phpcs {{path/to/directory}} --extensions {{file_extension(s)}}`