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 464795d commit d16c0de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,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 d16c0de

Please sign in to comment.