Skip to content

Commit b94e3d0

Browse files
authored
chore: Update PHP_CodeSniffer repository link (#24)
1 parent f15d112 commit b94e3d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
124124
| [_MyPy_](https://pypi.python.org/pypi/mypy-lang) | `MYPY` |
125125
| [_NullAway_](https://github.com/uber/NullAway) | `GOOGLEERRORPRONE` | Same format as Google Error Prone.
126126
| [_PCLint_](http://www.gimpel.com/html/pcl.htm) | `PCLINT` | PC-Lint using the same output format as the Jenkins warnings plugin, [_details here_](https://wiki.jenkins.io/display/JENKINS/PcLint+options)
127-
| [_PHPCS_](https://github.com/squizlabs/PHP_CodeSniffer) | `CHECKSTYLE` | With `phpcs api.php --report=checkstyle`.
127+
| [_PHPCS_](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `CHECKSTYLE` | With `phpcs api.php --report=checkstyle`.
128128
| [_PHPPMD_](https://phpmd.org/) | `PMD` | With `phpmd api.php xml ruleset.xml`.
129129
| [_PMD_](https://pmd.github.io/) | `PMD` |
130130
| [_Pep8_](https://github.com/PyCQA/pycodestyle) | `FLAKE8` |

0 commit comments

Comments
 (0)