Skip to content

Commit 1a1a2b8

Browse files
committed
Fix cs
1 parent 36a3ea4 commit 1a1a2b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Middleware/MiddlewareTestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trait MiddlewareTestTrait
1515
/**
1616
* Run middleware stack.
1717
*
18-
* @param array<mixed> $queue The queue
18+
* @param array $queue The queue
1919
*
2020
* @return ResponseInterface The response
2121
*/

tests/TestService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TestService
1717
*
1818
* @throws ValidationException
1919
*
20-
* @return array<mixed> Result data
20+
* @return array Result data
2121
*/
2222
public function process(int $id): array
2323
{

0 commit comments

Comments
 (0)