1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
This commit is contained in:
Andrew Nagy 2022-04-28 18:52:07 +00:00
parent 14309f07fc
commit e10ad2b567

View File

@ -660,7 +660,7 @@ class Codebase extends PsalmCodebase
} }
$matching_classlike_names = $this->classlikes->getMatchingClassLikeNames( $matching_classlike_names = $this->classlikes->getMatchingClassLikeNames(
$type_string, $type_string
); );
$completion_items = []; $completion_items = [];