Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Jan 4, 2022
1 parent 2f3af4a commit c42f3d5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ public static function getFunctionReturnType(FunctionReturnTypeProviderEvent $ev

if ($component_type->isSingleIntLiteral()) {
$component_type_type = $component_type->getSingleIntLiteral();
$is_default_component = $component_type_type->value <= 1;
$is_default_component = $component_type_type->value <= -1;
}
}
}
Expand Down

0 comments on commit c42f3d5

Please sign in to comment.