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 6b82de8 commit ac20bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/lib/Backend/ProductBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final class ProductBackendTest extends TestCase

private MockObject&ProductRepositoryInterface $productRepositoryMock;

private MockObject&LocaleContextInterface $localeContextMock;
private LocaleContextInterface&MockObject $localeContextMock;

private ProductBackend $backend;

Expand Down
2 changes: 1 addition & 1 deletion tests/lib/Backend/TaxonBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class TaxonBackendTest extends TestCase
{
private MockObject&TaxonRepositoryInterface $taxonRepositoryMock;

private MockObject&LocaleContextInterface $localeContextMock;
private LocaleContextInterface&MockObject $localeContextMock;

private TaxonBackend $backend;

Expand Down

0 comments on commit ac20bdc

Please sign in to comment.