Skip to content

Commit ba14437

Browse files
eveneventnikic
authored andcommitted
chore: fix comment
Signed-off-by: evenevent <[email protected]>
1 parent 4a22c15 commit ba14437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/PhpParser/NameContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public function getPossibleNames(string $name, int $type): array {
185185
// Check for relevant type-specific use statements
186186
foreach ($this->origAliases[$type] as $alias => $orig) {
187187
if ($type === Stmt\Use_::TYPE_CONSTANT) {
188-
// Constants are are complicated-sensitive
188+
// Constants are complicated-sensitive
189189
$normalizedOrig = $this->normalizeConstName($orig->toString());
190190
if ($normalizedOrig === $this->normalizeConstName($name)) {
191191
$possibleNames[] = new Name($alias);

0 commit comments

Comments
 (0)