8000 Fixed CI issue · symfony/symfony-docs@945a879 · GitHub
[go: up one dir, main page]

Skip to content

Commit 945a879

Browse files
committed
Fixed CI issue
1 parent 056d0a3 commit 945a879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,8 +1471,8 @@ responses and use it as a callback in functional tests::
14711471

14721472
namespace App\Tests;
14731473

1474-
use Symfony\Contracts\HttpClient\ResponseInterface;
14751474
use Symfony\Component\HttpClient\Response\MockResponse;
1475+
use Symfony\Contracts\HttpClient\ResponseInterface;
14761476

14771477
class MockClientCallback
14781478
{

0 commit comments

Comments
 (0)
0