Skip to content

Commit 3332030

Browse files
committed
fix: better generics support for State\ProcessorInterface
1 parent 804da1b commit 3332030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/State/ProcessorInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
interface ProcessorInterface
2626
{
2727
/**
28-
* Handle the state.
28+
* Handles the state.
2929
*
30+
* @param T $data
3031
* @param array<string, mixed> $uriVariables
3132
* @param array<string, mixed>&array{request?: \Symfony\Component\HttpFoundation\Request, previous_data?: mixed, resource_class?: string, original_data?: mixed} $context
3233
*

0 commit comments

Comments
 (0)