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:
parent
b323ad4d64
commit
600dcf83dd
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue