Skip to content

Commit 75c5fec

Browse files
committed
Reporting: fix typo
1 parent 311070e commit 75c5fec

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
@@ -340,7 +340,7 @@ patching file /path/to/code/file.php
340340
341341
## Printing an Emacs Report
342342
343-
PHP_CodeSniffer can output a report in a format the compiler built into the GNU Emacs text editor can understand. This lets you use the built-in complier to run PHP_CodeSniffer on a file you are editing and navigate between errors and warnings within the file. To print an Emacs report, use the `--report=emacs` command line argument. The output will look like this:
343+
PHP_CodeSniffer can output a report in a format the compiler built into the GNU Emacs text editor can understand. This lets you use the built-in compiler to run PHP_CodeSniffer on a file you are editing and navigate between errors and warnings within the file. To print an Emacs report, use the `--report=emacs` command line argument. The output will look like this:
344344
345345
```bash
346346
$ phpcs --report=emacs /path/to/code

0 commit comments

Comments
 (0)