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:
@@ -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)}}`
|
||||
|
||||
|
@@ -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)}}`
|
||||
|
||||
|
Reference in New Issue
Block a user