Skip to content

Commit

Permalink
IBX-6592: CS
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Nov 8, 2023
1 parent 06860b6 commit e47a001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ContentObjectStateUpdateData
/** @var \eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup|null */
private $objectStateGroup;

/** @var \eZ\Publish\API\Repository\Values\ObjectState\ObjectState|null rm -r*/
/** @var \eZ\Publish\API\Repository\Values\ObjectState\ObjectState|null */
private $objectState;

/** @var \eZ\Publish\API\Repository\Values\Content\Location|null */
Expand Down
1 change: 1 addition & 0 deletions src/lib/UI/Dataset/ObjectStatesDataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public function __construct(ObjectStateService $objectStateService, ValueFactory
$this->objectStateService = $objectStateService;
$this->valueFactory = $valueFactory;
}

public function load(ContentInfo $contentInfo, Location $location): self
{
$data = array_map(
Expand Down

0 comments on commit e47a001

Please sign in to comment.