Skip to content

Commit

Permalink
TASK: Tweak docblocks of CR commands a tiny bit…
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Feb 6, 2025
1 parent d8c4d19 commit bb5949c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*
* Why can you specify **both** newPrecedingSiblingNodeAggregateId
* and newSucceedingSiblingNodeAggregateId?
*
* - it can happen that in one subgraph, only one of these match.
* - See the PHPDoc of the attributes (a few lines down) for the exact behavior.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
use Neos\ContentRepository\Core\SharedModel\Workspace\WorkspaceName;

/**
* The "Remove node aggregate" command
*
* @api commands are the write-API of the ContentRepository
*/
final readonly class RemoveNodeAggregate implements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
use Neos\ContentRepository\Core\SharedModel\Workspace\WorkspaceName;

/**
* The "Change node aggregate type" command
*
* @api commands are the write-API of the ContentRepository
*/
final readonly class ChangeNodeAggregateType implements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
use Neos\ContentRepository\Core\SharedModel\Workspace\WorkspaceName;

/**
* change visibility of the root node aggregate. A root node aggregate must be visible in all
* Change visibility of the root node aggregate. A root node aggregate must be visible in all
* configured dimensions.
*
* Needed when configured dimensions change.
*
* @api commands are the write-API of the ContentRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

/**
* Remove a {@see SubtreeTag} from a node aggregate and its descendants.
*
* Note: This will remove the tag from the node aggregate and all inherited instances. If the same tag is added for another Subtree below this aggregate, this will still be set!
*
* @api commands are the write-API of the ContentRepository
Expand Down

0 comments on commit bb5949c

Please sign in to comment.