Skip to content

Commit a692aaa

Browse files
committed
Add missing typehints in PHPDoc
1 parent 04352be commit a692aaa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: tests/lib/Layout/Resolver/ConditionType/LocaleTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#[CoversClass(Locale::class)]
1919
final class LocaleTest extends TestCase
2020
{
21+
/**
22+
* @var \PHPUnit\Framework\MockObject\MockObject&\Sylius\Component\Resource\Repository\RepositoryInterface<\Sylius\Component\Locale\Model\LocaleInterface>
23+
*/
2124
private MockObject&RepositoryInterface $localeRepositoryMock;
2225

2326
private Locale $conditionType;

Diff for: tests/lib/Layout/Resolver/Form/ConditionType/Mapper/LocaleTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
#[CoversClass(Locale::class)]
1717
final class LocaleTest extends TestCase
1818
{
19+
/**
20+
* @var \PHPUnit\Framework\MockObject\MockObject&\Sylius\Component\Resource\Repository\RepositoryInterface<\Sylius\Component\Locale\Model\LocaleInterface>
21+
*/
1922
private MockObject&RepositoryInterface $localeRepositoryMock;
2023

2124
private Locale $mapper;

0 commit comments

Comments
 (0)