Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Jun 24, 2023
1 parent 0535c6b commit d4dcee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public static function getFunctionReturnType(FunctionReturnTypeProviderEvent $ev
return Type::getNonEmptyString();
}

if ( $is_falsable === false ) {
if ($is_falsable === false) {
return Type::getString();
}

Expand Down

0 comments on commit d4dcee3

Please sign in to comment.