Skip to content

Commit

Permalink
chore: lint for php-cs-fixer 3.66.0 compatibility (#6902)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceAmstoutz authored Jan 9, 2025
1 parent b415fd1 commit ccd2a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/State/ProcessorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ interface ProcessorInterface
/**
* Handles the state.
*
* @param T1 $data
* @param array<string, mixed> $uriVariables
* @param T1 $data
* @param array<string, mixed> $uriVariables
* @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 ccd2a15

Please sign in to comment.