Skip to content

Commit 766a1b7

Browse files
authored
fix: doc PHP_CodeSniffer URL in Reporter.java
1 parent 8b2e4b4 commit 766a1b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • violations-lib/src/main/java/se/bjurr/violations/lib/reports

violations-lib/src/main/java/se/bjurr/violations/lib/reports/Reporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public enum Reporter {
138138
PHPCS(
139139
"PHPCS",
140140
Parser.CHECKSTYLE,
141-
"https://github.com/squizlabs/PHP_CodeSniffer",
141+
"https://github.com/PHPCSStandards/PHP_CodeSniffer",
142142
"With `phpcs api.php --report=checkstyle`."),
143143
PHPPMD("PHPPMD", Parser.PMD, "https://phpmd.org/", "With `phpmd api.php xml ruleset.xml`."),
144144
PMD("PMD", Parser.PMD, "https://pmd.github.io/", ""),

0 commit comments

Comments
 (0)