File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ If you use Phive, you can install PHP_CodeSniffer as a project tool using the fo
73
73
phive install phpcs
74
74
phive install phpcbf
75
75
```
76
- You will then be able to run PHP_CodeSniffer from the tools directory:
76
+ You will then be able to run PHP_CodeSniffer from the ` tools ` directory:
77
77
``` bash
78
78
./tools/phpcs -h
79
79
./tools/phpcbf -h
@@ -107,11 +107,11 @@ Full usage information and example reports are available on the [usage page](htt
107
107
108
108
## Documentation
109
109
110
- The documentation for PHP_CodeSniffer is available on the [ Github wiki] ( https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki ) .
110
+ The documentation for PHP_CodeSniffer is available on the [ GitHub wiki] ( https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki ) .
111
111
112
112
## Issues
113
113
114
- Bug reports and feature requests can be submitted on the [ Github Issue Tracker] ( https://github.com/PHPCSStandards/PHP_CodeSniffer/issues ) .
114
+ Bug reports and feature requests can be submitted on the [ GitHub Issue Tracker] ( https://github.com/PHPCSStandards/PHP_CodeSniffer/issues ) .
115
115
116
116
## Contributing
117
117
You can’t perform that action at this time.
0 commit comments