Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Nov 10, 2023
1 parent d718e30 commit 8f3c8d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/lib/Backend/IbexaBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final class IbexaBackendTest extends TestCase
{
private MockObject&SearchService $searchServiceMock;

private MockObject&LocationService $locationServiceMock;
private LocationService&MockObject $locationServiceMock;

/**
* @var string[]
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/Backend/NetgenTagsBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class NetgenTagsBackendTest extends TestCase

private MockObject&TranslationHelper $translationHelperMock;

private MockObject&ConfigResolverInterface $configResolverMock;
private ConfigResolverInterface&MockObject $configResolverMock;

private NetgenTagsBackend $backend;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class OwnerTest extends TestCase
{
private MockObject&Repository $repositoryMock;

private MockObject&ContentService $contentServiceMock;
private ContentService&MockObject $contentServiceMock;

private Owner $provider;

Expand Down

0 comments on commit 8f3c8d4

Please sign in to comment.