1
0
Fork 0
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:
vrana 2012-09-12 02:11:22 -07:00
parent 03e5d651b5
commit 7c0d99aac9

View file

@ -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()]);