Skip to content

Commit 90e0282

Browse files
committed
Merge remote-tracking branch 'origin/4.2' into main
2 parents c0d4f01 + f99732d commit 90e0282

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/lib/Limitation/MemberOfLimitationTypeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
namespace Ibexa\Tests\Core\Limitation;
1010

11-
use Ibexa\Contracts\Core\Exception\InvalidArgumentType;
12-
use Ibexa\Contracts\Core\Persistence\Content\ContentInfo;
1311
use Ibexa\Contracts\Core\Persistence\Content\Handler as ContentHandlerInterface;
1412
use Ibexa\Contracts\Core\Persistence\Content\Location;
1513
use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as LocationHandlerInterface;
14+
use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo;
1615
use Ibexa\Contracts\Core\Repository\Values\User\Limitation\MemberOfLimitation;
1716
use Ibexa\Contracts\Core\Repository\Values\ValueObject;
17+
use Ibexa\Core\Base\Exceptions\InvalidArgumentType;
1818
use Ibexa\Core\Base\Exceptions\NotFoundException;
1919
use Ibexa\Core\Limitation\MemberOfLimitationType;
2020
use Ibexa\Core\Repository\Values\Content\Content;

tests/lib/Limitation/RoleLimitationTypeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
namespace Ibexa\Tests\Core\Limitation;
1010

11-
use Ibexa\Contracts\Core\Exception\InvalidArgumentType;
12-
use Ibexa\Contracts\Core\Persistence\Content\ContentInfo;
1311
use Ibexa\Contracts\Core\Persistence\Content\Handler as ContentHandlerInterface;
1412
use Ibexa\Contracts\Core\Persistence\Content\Location;
1513
use Ibexa\Contracts\Core\Persistence\Content\Location\Handler as LocationHandlerInterface;
1614
use Ibexa\Contracts\Core\Persistence\User\Handler as UserHandlerInterface;
15+
use Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo;
1716
use Ibexa\Contracts\Core\Repository\Values\User\Limitation\UserRoleLimitation;
1817
use Ibexa\Contracts\Core\Repository\Values\ValueObject;
18+
use Ibexa\Core\Base\Exceptions\InvalidArgumentType;
1919
use Ibexa\Core\Base\Exceptions\NotFoundException;
2020
use Ibexa\Core\Limitation\RoleLimitationType;
2121
use Ibexa\Core\Repository\Values\Content\Content;

0 commit comments

Comments
 (0)