Skip to content

Commit 49bb737

Browse files
committed
[CI] Fixed CS
1 parent 801e78e commit 49bb737

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/UI/Dataset/ObjectStatesDataset.php

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

99
namespace Ibexa\AdminUi\UI\Dataset;
1010

11-
use Ibexa\AdminUi\UI\Value as UIValue;
1211
use Ibexa\AdminUi\UI\Value\ObjectState\ObjectState;
1312
use Ibexa\AdminUi\UI\Value\ValueFactory;
1413
use Ibexa\Contracts\Core\Repository\ObjectStateService;
@@ -17,7 +16,7 @@
1716

1817
final class ObjectStatesDataset
1918
{
20-
/** @var UIValue\ObjectState\ObjectState[] */
19+
/** @var \Ibexa\AdminUi\UI\Value\ObjectState\ObjectState[] */
2120
private array $data;
2221

2322
public function __construct(
@@ -47,7 +46,7 @@ function (ObjectStateGroup $objectStateGroup) use ($contentInfo): ObjectState|ar
4746
}
4847

4948
/**
50-
* @return UIValue\ObjectState\ObjectState[]
49+
* @return \Ibexa\AdminUi\UI\Value\ObjectState\ObjectState[]
5150
*/
5251
public function getObjectStates(): array
5352
{

0 commit comments

Comments
 (0)