Skip to content

Commit c01a188

Browse files
committed
fix: fix php-cs
1 parent 16ca561 commit c01a188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ApiClient/ApiResourceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
class ApiResourceTest extends TestCase
1919
{
2020
/**
21-
* @var MockObject&ApiResponse
21+
* @var ApiResponse&MockObject
2222
*/
2323
private $response;
2424

2525
/**
26-
* @var MockObject&ApiRequest
26+
* @var ApiRequest&MockObject
2727
*/
2828
private $request;
2929

0 commit comments

Comments
 (0)