Skip to content

Commit

Permalink
Fix scanning of intersection types
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jul 24, 2023
1 parent f2c77ca commit b65d793
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Psalm/Internal/Codebase/ClassLikes.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,6 @@ public function hasFullyQualifiedClassName(
&& !$this->classlike_storage_provider->has($fq_class_name_lc)
) {
if (!isset($this->existing_classes_lc[$fq_class_name_lc])) {
$this->existing_classes_lc[$fq_class_name_lc] = false;

return false;
}

Expand Down

0 comments on commit b65d793

Please sign in to comment.