1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00

Fix linter rule ID

Two XHPAST linter rules currently have the same ID.
This commit is contained in:
Joshua Spence 2015-11-26 07:31:10 +11:00
parent b323ad4d64
commit 600dcf83dd

View file

@ -3,7 +3,7 @@
final class ArcanistInterfaceAbstractMethodXHPASTLinterRule final class ArcanistInterfaceAbstractMethodXHPASTLinterRule
extends ArcanistXHPASTLinterRule { extends ArcanistXHPASTLinterRule {
const ID = 114; const ID = 118;
public function getLintName() { public function getLintName() {
return pht('`%s` Methods Cannot Be Marked `%s`', 'interface', 'abstract'); return pht('`%s` Methods Cannot Be Marked `%s`', 'interface', 'abstract');