diff --git a/Neos.ContentRepository.Core/Classes/Feature/NodeMove/Dto/RelationDistributionStrategy.php b/Neos.ContentRepository.Core/Classes/Feature/NodeMove/Dto/RelationDistributionStrategy.php index 8ca1fd33f0..7fb2612059 100644 --- a/Neos.ContentRepository.Core/Classes/Feature/NodeMove/Dto/RelationDistributionStrategy.php +++ b/Neos.ContentRepository.Core/Classes/Feature/NodeMove/Dto/RelationDistributionStrategy.php @@ -15,16 +15,14 @@ namespace Neos\ContentRepository\Core\Feature\NodeMove\Dto; /** - * The relation distribution strategy for node aggregates as defined in the NodeType declaration + * The relation distribution strategy for node aggregates + * * Used for building relations to other node aggregates * - * - `scatter` means that different nodes within the aggregate may be related to different other aggregates - * (e.g. parent). - * Still, specializations pointing to the same node using the fallback mechanism will be kept gathered. + * - `scatter` means that different nodes within the aggregate may be related to different other aggregates (e.g. parent). * - `gatherAll` means that all nodes within the aggregate must be related to the same other aggregate (e.g. parent) * - `gatherSpecializations` means that when a node is related to another node aggregate (e.g. parent), - * all specializations of that node will be related to that same aggregate while generalizations - * may be related to others + * all specializations of that node will be related to that same aggregate while generalizations may be related to others * * @api DTO of {@see MoveNodeAggregate} command */