Skip to content

Commit

Permalink
Fix CS (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Apr 4, 2022
1 parent de3aac7 commit 8b21bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Integration/TestDouble/ApiClientMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Webgriffe\SyliusAkeneoPlugin\FamilyAwareApiClientInterface;
use Webgriffe\SyliusAkeneoPlugin\MeasurementFamiliesApiClientInterface;
use Webgriffe\SyliusAkeneoPlugin\TemporaryFilesManagerInterface;
use const JSON_THROW_ON_ERROR;

final class ApiClientMock implements ApiClientInterface, AttributeOptionsApiClientInterface, FamilyAwareApiClientInterface, MeasurementFamiliesApiClientInterface
{
Expand Down

0 comments on commit 8b21bd4

Please sign in to comment.