mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +01:00
Fix typo in comment
This commit is contained in:
parent
03e5d651b5
commit
7c0d99aac9
1 changed files with 1 additions and 1 deletions
|
@ -1147,7 +1147,7 @@ final class ArcanistXHPASTLinter extends ArcanistLinter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is a declration, exclude it from the "declare variables prior
|
// This is a declaration, exclude it from the "declare variables prior
|
||||||
// to use" check below.
|
// to use" check below.
|
||||||
unset($all[$var->getID()]);
|
unset($all[$var->getID()]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue