Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Fix phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-navghane committed Aug 1, 2023
1 parent c54a0a4 commit 1dcff1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ function ($method, $url, $options): MockResponse {
},
];

/** @var MockHttpClient $mockHttpClient */
$mockHttpClient = self::getContainer()->get(HttpClientInterface::class);
\assert($mockHttpClient instanceof MockHttpClient);
$mockHttpClient->setResponseFactory($expectedResponses);

$contact = $this->createContact('[email protected]');
Expand Down

0 comments on commit 1dcff1a

Please sign in to comment.