Skip to content

Commit 97cdb6b

Browse files
committedJan 9, 2025··
fix: remove laravel specific type
fixes #6890
1 parent 5e1a6e1 commit 97cdb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/State/ProcessorInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface ProcessorInterface
3131
*
3232
* @param T1 $data
3333
* @param array<string, mixed> $uriVariables
34-
* @param array<string, mixed>&array{request?: Request|\Illuminate\Http\Request, previous_data?: mixed, resource_class?: string|null, original_data?: mixed} $context
34+
* @param array<string, mixed>&array{request?: Request, previous_data?: mixed, resource_class?: string|null, original_data?: mixed} $context
3535
*
3636
* @return T2
3737
*/

0 commit comments

Comments
 (0)
Please sign in to comment.