Skip to content

Commit f3e88cc

Browse files
committed
Wiki/Advanced-Usage: update example output from --config-show
As the PHPCS installation used in GH Actions won't have a `CodeSniffer.conf` file yet, this cannot be automated. Aside from that, automating this would yield inconsistent results when contributors would run the command output replacement script locally. Replacing it now with a manually crafted, updated output example.
1 parent ad2ae7a commit f3e88cc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

wiki/Advanced-Usage.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,12 @@ To view the currently set configuration options, use the `--config-show` command
341341

342342
```bash
343343
$ phpcs --config-show
344-
Array
345-
(
346-
[default_standard] => PEAR
347-
[zend_ca_path] => /path/to/ZendCodeAnalyzer
348-
)
344+
345+
Using config file: path/to/PHP_CodeSniffer/CodeSniffer.conf
346+
347+
colors: 1
348+
default_standard: PEAR
349+
report_width: 150
349350
```
350351

351352
<p align="right"><a href="#table-of-contents">back to top</a></p>

0 commit comments

Comments
 (0)