Skip to content

Commit

Permalink
Merge pull request #7787 from orklah/callable-string
Browse files Browse the repository at this point in the history
restore callable-string Id
  • Loading branch information
orklah committed Mar 14, 2022
2 parents a9ccfd3 + d1ce74b commit 83c5344
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Psalm/Type/Atomic/TCallableString.php
Expand Up @@ -13,6 +13,11 @@ public function getKey(bool $include_extra = true): string
return 'callable-string';
}

public function getId(bool $exact = true, bool $nested = false): string
{
return $this->getKey();
}

public function canBeFullyExpressedInPhp(int $analysis_php_version_id): bool
{
return false;
Expand Down

0 comments on commit 83c5344

Please sign in to comment.