diff --git a/src/Psalm/Type/Atomic/TCallableString.php b/src/Psalm/Type/Atomic/TCallableString.php index c4cdeb42662..4ca934181ef 100644 --- a/src/Psalm/Type/Atomic/TCallableString.php +++ b/src/Psalm/Type/Atomic/TCallableString.php @@ -5,7 +5,7 @@ /** * Denotes the `callable-string` type, used to represent an unknown string that is also `callable`. */ -class TCallableString extends TNonEmptyString +class TCallableString extends TNonFalsyString { public function getKey(bool $include_extra = true): string