mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Remove an if statement that repeats the previous if statement (#3840)
They're the exact same variables.
This commit is contained in:
parent
9ca8fb80b7
commit
060ae61f31
@ -685,10 +685,6 @@ class ClassLikes
|
||||
return true;
|
||||
}
|
||||
|
||||
if (isset($this->classlike_aliases[strtolower($fq_interface_name)])) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return isset($this->existing_interfaces[$fq_interface_name]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user