Skip to content

Commit 5f00bf8

Browse files
gsherwoodjrfnl
authored andcommitted
Updated Reporting (markdown)
1 parent 4c015a9 commit 5f00bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ To include authors with no violations, use the `-v` command line argument.
307307
**Note:** You need to make sure the location of the `git` command is in your path. If the command is not in your path, the report will fail to generate.
308308

309309
## Printing a JSON Report
310-
PHP_CodeSniffer can output an JOSN report to allow you to parse the output easily and use the results in your own scripts. To print a JSON report, use the `--report=json` command line argument. The output will look like this:
310+
PHP_CodeSniffer can output an JSON report to allow you to parse the output easily and use the results in your own scripts. To print a JSON report, use the `--report=json` command line argument. The output will look like this:
311311

312312
$ phpcs --report=json /path/to/code
313313

0 commit comments

Comments
 (0)