Skip to content

Commit 0e6fc6c

Browse files
committed
Revert "Refactor CallableParameter"
This reverts commit dfed23f.
1 parent dfed23f commit 0e6fc6c

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 implements Type
24+
final class CallableParameter
2525
{
2626
/** @var Type */
2727
private $type;

0 commit comments

Comments
 (0)