Skip to content

Commit

Permalink
Update Type.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Mar 30, 2024
1 parent b70134c commit ff348c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function asNull(): null
/**
* Asserts and narrow down the type to a callable.
*
* @phpstan-assert-if-true array $this->variable
* @phpstan-assert-if-true callable $this->variable
*/
public function asCallable(): callable
{
Expand Down

0 comments on commit ff348c7

Please sign in to comment.