Skip to content

Commit

Permalink
fix: remove laravel specific type
Browse files Browse the repository at this point in the history
fixes #6890
  • Loading branch information
soyuka committed Jan 9, 2025
1 parent 5e1a6e1 commit 97cdb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/State/ProcessorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface ProcessorInterface
*
* @param T1 $data
* @param array<string, mixed> $uriVariables
* @param array<string, mixed>&array{request?: Request|\Illuminate\Http\Request, previous_data?: mixed, resource_class?: string|null, original_data?: mixed} $context
* @param array<string, mixed>&array{request?: Request, previous_data?: mixed, resource_class?: string|null, original_data?: mixed} $context
*
* @return T2
*/
Expand Down

0 comments on commit 97cdb6b

Please sign in to comment.