File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 88
99namespace Ibexa \AdminUi \UI \Dataset ;
1010
11- use Ibexa \AdminUi \UI \Value as UIValue ;
1211use Ibexa \AdminUi \UI \Value \ObjectState \ObjectState ;
1312use Ibexa \AdminUi \UI \Value \ValueFactory ;
1413use Ibexa \Contracts \Core \Repository \ObjectStateService ;
1716
1817final 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 {
You can’t perform that action at this time.
0 commit comments