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 3e8d777 commit b624c9f
Showing 1 changed file with 1 addition and 1 deletion.
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 b624c9f

Please sign in to comment.