Skip to content

Commit dfed23f

Browse files
committed
Refactor CallableParameter
1 parent 157f069 commit dfed23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types/CallableParameter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @psalm-immutable
2323
*/
24-
final class CallableParameter
24+
final class CallableParameter implements Type
2525
{
2626
/** @var Type */
2727
private $type;

0 commit comments

Comments
 (0)