Skip to content

Commit 69f6821

Browse files
authored
Fixed incorrect type hint after 37da8d2 changes
For more details see #2073 Fixed type hint for `LocationIsWithinCopySubtreeLimitValidatorTest::$locationService` property after #2072 changes
1 parent 37da8d2 commit 69f6821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/Tests/Validator/Constraint/LocationIsWithinCopySubtreeLimitValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class LocationIsWithinCopySubtreeLimitValidatorTest extends TestCase
2121
{
2222
private const COPY_LIMIT = 10;
2323

24-
/** @var \eZ\Publish\API\Repository\SearchService|\PHPUnit\Framework\MockObject\MockObject */
24+
/** @var \eZ\Publish\API\Repository\LocationService|\PHPUnit\Framework\MockObject\MockObject */
2525
private $locationService;
2626

2727
/** @var \Symfony\Component\Validator\Context\ExecutionContextInterface */

0 commit comments

Comments
 (0)