diff --git a/src/Psalm/Type/Atomic/CallableTrait.php b/src/Psalm/Type/Atomic/CallableTrait.php index b5c9ae504..97a8e1d66 100644 --- a/src/Psalm/Type/Atomic/CallableTrait.php +++ b/src/Psalm/Type/Atomic/CallableTrait.php @@ -207,7 +207,6 @@ trait CallableTrait $input_type->return_type, $add_upper_bound ); - } }