Skip to content

Commit

Permalink
Add slash
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Oct 12, 2020
1 parent c23ef78 commit 042cc06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ private static function getReturnTypeFromCallMapWithArgs(
if ($classlike_storage->parent_classes) {
return new Type\Union([
new Type\Atomic\TClassString(
array_values($classlike_storage->parent_classes)[0]
\array_values($classlike_storage->parent_classes)[0]
)
]);
}
Expand Down

0 comments on commit 042cc06

Please sign in to comment.