Skip to content

Commit d5ac853

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 68d1330 commit d5ac853

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
@@ -324,11 +324,12 @@ To view the currently set configuration options, use the `--config-show` command
324324

325325
```bash
326326
$ phpcs --config-show
327-
Array
328-
(
329-
[default_standard] => PEAR
330-
[zend_ca_path] => /path/to/ZendCodeAnalyzer
331-
)
327+
328+
Using config file: path/to/PHP_CodeSniffer/CodeSniffer.conf
329+
330+
colors: 1
331+
default_standard: PEAR
332+
report_width: 150
332333
```
333334

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

0 commit comments

Comments
 (0)