Skip to content

Commit ccd2a15

Browse files
chore: lint for php-cs-fixer 3.66.0 compatibility (api-platform#6902)
1 parent b415fd1 commit ccd2a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/State/ProcessorInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ interface ProcessorInterface
2929
/**
3030
* Handles the state.
3131
*
32-
* @param T1 $data
33-
* @param array<string, mixed> $uriVariables
32+
* @param T1 $data
33+
* @param array<string, mixed> $uriVariables
3434
* @param array<string, mixed>&array{request?: Request, previous_data?: mixed, resource_class?: string|null, original_data?: mixed} $context
3535
*
3636
* @return T2

0 commit comments

Comments
 (0)