Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 3, 2022
1 parent 3857785 commit 7b40ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Type/Atomic/TCallable.php
Expand Up @@ -62,7 +62,7 @@ public function replaceTemplateTypesWithStandins(
?Atomic $input_type = null,
?int $input_arg_offset = null,
?string $calling_class = null,
?string $calling_function = null
?string $calling_function = null,
bool $replace = true,
bool $add_lower_bound = false,
int $depth = 0
Expand Down

0 comments on commit 7b40ff0

Please sign in to comment.