Skip to content

Commit 4541cc3

Browse files
committed
TASK: Apply new linter fixes
See #4949
1 parent 1b7263e commit 4541cc3

File tree

237 files changed

+553
-662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+553
-662
lines changed

Neos.ContentGraph.DoctrineDbalAdapter/src/DoctrineDbalContentGraphProjection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePointSet;
2222
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
2323
use Neos\ContentRepository\Core\EventStore\EventInterface;
24-
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
2524
use Neos\ContentRepository\Core\Feature\ContentStreamForking\Event\ContentStreamWasForked;
2625
use Neos\ContentRepository\Core\Feature\ContentStreamRemoval\Event\ContentStreamWasRemoved;
2726
use Neos\ContentRepository\Core\Feature\DimensionSpaceAdjustment\Event\DimensionShineThroughWasAdded;
@@ -54,6 +53,7 @@
5453
use Neos\ContentRepository\Core\Projection\ProjectionInterface;
5554
use Neos\ContentRepository\Core\Projection\ProjectionStatus;
5655
use Neos\ContentRepository\Core\Projection\WithMarkStaleInterface;
56+
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
5757
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateClassification;
5858
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
5959
use Neos\ContentRepository\Core\SharedModel\Node\NodeName;

Neos.ContentGraph.DoctrineDbalAdapter/src/DoctrineDbalContentGraphProjectionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
use Neos\ContentGraph\DoctrineDbalAdapter\Domain\Repository\NodeFactory;
88
use Neos\ContentGraph\DoctrineDbalAdapter\Domain\Repository\ProjectionContentGraph;
9-
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
109
use Neos\ContentRepository\Core\Factory\ProjectionFactoryDependencies;
1110
use Neos\ContentRepository\Core\Infrastructure\DbalClientInterface;
1211
use Neos\ContentRepository\Core\Projection\ContentGraph\ContentGraphProjection;
1312
use Neos\ContentRepository\Core\Projection\ProjectionFactoryInterface;
13+
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
1414

1515
/**
1616
* Use this class as ProjectionFactory in your configuration to construct a content graph

Neos.ContentGraph.DoctrineDbalAdapter/src/DoctrineDbalContentGraphSchemaBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Doctrine\DBAL\Schema\AbstractSchemaManager;
66
use Doctrine\DBAL\Schema\Column;
7-
use Doctrine\DBAL\Schema\Index;
87
use Doctrine\DBAL\Schema\Schema;
98
use Doctrine\DBAL\Schema\Table;
109
use Doctrine\DBAL\Types\Type;

Neos.ContentGraph.DoctrineDbalAdapter/src/DoctrineDbalProjectionIntegrityViolationDetectionRunnerFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
use Neos\ContentGraph\DoctrineDbalAdapter\Domain\Projection\ProjectionIntegrityViolationDetector;
66
use Neos\ContentRepository\Core\Factory\ContentRepositoryServiceFactoryDependencies;
77
use Neos\ContentRepository\Core\Factory\ContentRepositoryServiceFactoryInterface;
8-
use Neos\ContentRepository\Core\Factory\ContentRepositoryServiceInterface;
98
use Neos\ContentRepository\Core\Infrastructure\DbalClientInterface;
109
use Neos\ContentRepository\Core\Projection\ContentGraph\ProjectionIntegrityViolationDetectionRunner;
11-
use Neos\ContentRepository\Core\SharedModel\User\UserId;
1210

1311
/**
1412
* @implements ContentRepositoryServiceFactoryInterface<ProjectionIntegrityViolationDetectionRunner>

Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Projection/Feature/NodeVariation.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
use Neos\ContentGraph\DoctrineDbalAdapter\Domain\Repository\ProjectionContentGraph;
1313
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
1414
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePointSet;
15-
use Neos\ContentRepository\Core\Feature\SubtreeTagging\Dto\SubtreeTags;
16-
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeTags;
17-
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
18-
use Neos\ContentRepository\Core\SharedModel\Node\NodeName;
15+
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
1916
use Neos\ContentRepository\Core\Feature\NodeVariation\Event\NodeGeneralizationVariantWasCreated;
2017
use Neos\ContentRepository\Core\Feature\NodeVariation\Event\NodePeerVariantWasCreated;
2118
use Neos\ContentRepository\Core\Feature\NodeVariation\Event\NodeSpecializationVariantWasCreated;
22-
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
19+
use Neos\ContentRepository\Core\Feature\SubtreeTagging\Dto\SubtreeTags;
20+
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeTags;
21+
use Neos\ContentRepository\Core\SharedModel\Node\NodeName;
22+
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
2323
use Neos\EventStore\Model\EventEnvelope;
2424

2525
/**

Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Projection/Feature/SubtreeTagging.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Neos\ContentGraph\DoctrineDbalAdapter\Domain\Projection\NodeRelationAnchorPoint;
99
use Neos\ContentGraph\DoctrineDbalAdapter\Domain\Repository\NodeFactory;
1010
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
11-
use Neos\ContentRepository\Core\Feature\SubtreeTagging\Dto\SubtreeTag;
1211
use Neos\ContentRepository\Core\Feature\SubtreeTagging\Event\SubtreeWasTagged;
1312
use Neos\ContentRepository\Core\Feature\SubtreeTagging\Event\SubtreeWasUntagged;
1413
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeTags;

Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Projection/HierarchyRelation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
namespace Neos\ContentGraph\DoctrineDbalAdapter\Domain\Projection;
1616

1717
use Doctrine\DBAL\Connection;
18-
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeTags;
19-
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
2018
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
19+
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeTags;
2120
use Neos\ContentRepository\Core\SharedModel\Node\NodeName;
21+
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
2222

2323
/**
2424
* The active record for reading and writing hierarchy relations from and to the database

Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Projection/NodeRecord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
use Doctrine\DBAL\Connection;
1818
use Doctrine\DBAL\Types\Types;
1919
use Neos\ContentRepository\Core\Feature\NodeModification\Dto\SerializedPropertyValues;
20+
use Neos\ContentRepository\Core\NodeType\NodeTypeName;
2021
use Neos\ContentRepository\Core\Projection\ContentGraph\Timestamps;
2122
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateClassification;
2223
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
2324
use Neos\ContentRepository\Core\SharedModel\Node\NodeName;
24-
use Neos\ContentRepository\Core\NodeType\NodeTypeName;
2525

2626
/**
2727
* The active record for reading and writing nodes from and to the database

Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Projection/ProjectionIntegrityViolationDetector.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
1818
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePointSet;
1919
use Neos\ContentRepository\Core\Infrastructure\DbalClientInterface;
20-
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
20+
use Neos\ContentRepository\Core\Projection\ContentGraph\ProjectionIntegrityViolationDetectorInterface;
21+
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateClassification;
2122
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
23+
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
2224
use Neos\Error\Messages\Error;
2325
use Neos\Error\Messages\Result;
24-
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateClassification;
25-
use Neos\ContentRepository\Core\Projection\ContentGraph\ProjectionIntegrityViolationDetectorInterface;
2626

2727
/**
2828
* The Doctrine database backend implementation for projection invariant checks

Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Repository/ContentGraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
2525
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePointSet;
2626
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
27-
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
2827
use Neos\ContentRepository\Core\Infrastructure\DbalClientInterface;
2928
use Neos\ContentRepository\Core\NodeType\NodeTypeManager;
3029
use Neos\ContentRepository\Core\NodeType\NodeTypeName;
@@ -35,6 +34,7 @@
3534
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeAggregate;
3635
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeAggregates;
3736
use Neos\ContentRepository\Core\Projection\ContentGraph\VisibilityConstraints;
37+
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
3838
use Neos\ContentRepository\Core\SharedModel\Exception\RootNodeAggregateDoesNotExist;
3939
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateClassification;
4040
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;

Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Repository/ContentSubgraph.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use Doctrine\DBAL\ParameterType;
2222
use Doctrine\DBAL\Query\QueryBuilder;
2323
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
24-
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
2524
use Neos\ContentRepository\Core\Infrastructure\DbalClientInterface;
2625
use Neos\ContentRepository\Core\NodeType\NodeTypeManager;
2726
use Neos\ContentRepository\Core\NodeType\NodeTypeName;
@@ -42,6 +41,8 @@
4241
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\FindReferencesFilter;
4342
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\FindSubtreeFilter;
4443
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\FindSucceedingSiblingNodesFilter;
44+
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\NodeType\ExpandedNodeTypeCriteria;
45+
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\NodeType\NodeTypeCriteria;
4546
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\Ordering\Ordering;
4647
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\Ordering\OrderingDirection;
4748
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\Ordering\TimestampField;
@@ -61,12 +62,11 @@
6162
use Neos\ContentRepository\Core\Projection\ContentGraph\Node;
6263
use Neos\ContentRepository\Core\Projection\ContentGraph\NodePath;
6364
use Neos\ContentRepository\Core\Projection\ContentGraph\Nodes;
64-
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\NodeType\NodeTypeCriteria;
65-
use Neos\ContentRepository\Core\Projection\ContentGraph\Filter\NodeType\ExpandedNodeTypeCriteria;
6665
use Neos\ContentRepository\Core\Projection\ContentGraph\References;
6766
use Neos\ContentRepository\Core\Projection\ContentGraph\SearchTerm;
6867
use Neos\ContentRepository\Core\Projection\ContentGraph\Subtree;
6968
use Neos\ContentRepository\Core\Projection\ContentGraph\VisibilityConstraints;
69+
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
7070
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateClassification;
7171
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
7272
use Neos\ContentRepository\Core\SharedModel\Node\NodeName;

Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Repository/NodeFactory.php

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,33 @@
1616

1717
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
1818
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePointSet;
19-
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
20-
use Neos\ContentRepository\Core\Feature\SubtreeTagging\Dto\SubtreeTag;
19+
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
20+
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePointSet;
21+
use Neos\ContentRepository\Core\Feature\NodeModification\Dto\SerializedPropertyValues;
2122
use Neos\ContentRepository\Core\Feature\SubtreeTagging\Dto\SubtreeTags;
23+
use Neos\ContentRepository\Core\Infrastructure\Property\PropertyConverter;
24+
use Neos\ContentRepository\Core\NodeType\NodeTypeManager;
25+
use Neos\ContentRepository\Core\NodeType\NodeTypeName;
2226
use Neos\ContentRepository\Core\Projection\ContentGraph\ContentSubgraphIdentity;
27+
use Neos\ContentRepository\Core\Projection\ContentGraph\CoverageByOrigin;
2328
use Neos\ContentRepository\Core\Projection\ContentGraph\DimensionSpacePointsBySubtreeTags;
29+
use Neos\ContentRepository\Core\Projection\ContentGraph\Node;
30+
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeAggregate;
2431
use Neos\ContentRepository\Core\Projection\ContentGraph\Nodes;
32+
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeTags;
33+
use Neos\ContentRepository\Core\Projection\ContentGraph\OriginByCoverage;
34+
use Neos\ContentRepository\Core\Projection\ContentGraph\PropertyCollection;
2535
use Neos\ContentRepository\Core\Projection\ContentGraph\Reference;
2636
use Neos\ContentRepository\Core\Projection\ContentGraph\References;
27-
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeTags;
2837
use Neos\ContentRepository\Core\Projection\ContentGraph\Timestamps;
29-
use Neos\ContentRepository\Core\NodeType\NodeTypeManager;
30-
use Neos\ContentRepository\Core\SharedModel\Node\ReferenceName;
31-
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
32-
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
38+
use Neos\ContentRepository\Core\Projection\ContentGraph\VisibilityConstraints;
39+
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
3340
use Neos\ContentRepository\Core\SharedModel\Exception\NodeTypeNotFoundException;
34-
use Neos\ContentRepository\Core\Projection\ContentGraph\CoverageByOrigin;
3541
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateClassification;
36-
use Neos\ContentRepository\Core\Projection\ContentGraph\OriginByCoverage;
37-
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
38-
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePointSet;
39-
use Neos\ContentRepository\Core\Projection\ContentGraph\VisibilityConstraints;
42+
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
4043
use Neos\ContentRepository\Core\SharedModel\Node\NodeName;
41-
use Neos\ContentRepository\Core\NodeType\NodeTypeName;
42-
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeAggregate;
43-
use Neos\ContentRepository\Core\Projection\ContentGraph\Node;
44-
use Neos\ContentRepository\Core\Projection\ContentGraph\PropertyCollection;
45-
use Neos\ContentRepository\Core\Feature\NodeModification\Dto\SerializedPropertyValues;
46-
use Neos\ContentRepository\Core\Infrastructure\Property\PropertyConverter;
44+
use Neos\ContentRepository\Core\SharedModel\Node\ReferenceName;
45+
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
4746

4847
/**
4948
* Implementation detail of ContentGraph and ContentSubgraph

Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Repository/ProjectionContentGraph.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
use Neos\ContentGraph\DoctrineDbalAdapter\Domain\Projection\HierarchyRelation;
2222
use Neos\ContentGraph\DoctrineDbalAdapter\Domain\Projection\NodeRecord;
2323
use Neos\ContentGraph\DoctrineDbalAdapter\Domain\Projection\NodeRelationAnchorPoint;
24-
use Neos\ContentRepository\Core\Infrastructure\DbalClientInterface;
25-
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
26-
use Neos\ContentRepository\Core\Projection\ContentGraph\NodeTags;
27-
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
2824
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
2925
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePointSet;
26+
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
27+
use Neos\ContentRepository\Core\Infrastructure\DbalClientInterface;
3028
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
3129
use Neos\ContentRepository\Core\SharedModel\Node\NodeName;
30+
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
3231

3332
/**
3433
* The read only content graph for use by the {@see GraphProjector}. This is the class for low-level operations

Neos.ContentGraph.PostgreSQLAdapter/src/Domain/Projection/Feature/ContentStreamForking.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
namespace Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\Feature;
1616

1717
use Doctrine\DBAL\Connection;
18-
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\HierarchyHyperrelationRecord;
19-
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\RestrictionHyperrelationRecord;
2018
use Neos\ContentRepository\Core\Feature\ContentStreamForking\Event\ContentStreamWasForked;
2119

2220
/**

Neos.ContentGraph.PostgreSQLAdapter/src/Domain/Projection/Feature/NodeCreation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\ProjectionHypergraph;
2525
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
2626
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePointSet;
27-
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
28-
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
29-
use Neos\ContentRepository\Core\Feature\NodeCreation\Event\NodeAggregateWithNodeWasCreated;
30-
use Neos\ContentRepository\Core\Feature\RootNodeCreation\Event\RootNodeAggregateWithNodeWasCreated;
3127
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
28+
use Neos\ContentRepository\Core\Feature\NodeCreation\Event\NodeAggregateWithNodeWasCreated;
3229
use Neos\ContentRepository\Core\Feature\NodeModification\Dto\SerializedPropertyValues;
30+
use Neos\ContentRepository\Core\Feature\RootNodeCreation\Event\RootNodeAggregateWithNodeWasCreated;
31+
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
32+
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
3333

3434
/**
3535
* The node creation feature set for the hypergraph projector

Neos.ContentGraph.PostgreSQLAdapter/src/Domain/Projection/Feature/NodeRemoval.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\ProjectionHypergraph;
2323
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\ReferenceRelationRecord;
2424
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePoint;
25-
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
26-
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
2725
use Neos\ContentRepository\Core\Feature\NodeRemoval\Event\NodeAggregateWasRemoved;
26+
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
27+
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
2828

2929
/**
3030
* The node removal feature set for the hypergraph projector

Neos.ContentGraph.PostgreSQLAdapter/src/Domain/Projection/Feature/NodeVariation.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\NodeRelationAnchorPoint;
2222
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\NodeRelationAnchorPoints;
2323
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\ProjectionHypergraph;
24-
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Projection\ReferenceRelationRecord;
2524
use Neos\ContentRepository\Core\DimensionSpace\DimensionSpacePointSet;
26-
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
27-
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
25+
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
2826
use Neos\ContentRepository\Core\Feature\NodeVariation\Event\NodeGeneralizationVariantWasCreated;
2927
use Neos\ContentRepository\Core\Feature\NodeVariation\Event\NodePeerVariantWasCreated;
3028
use Neos\ContentRepository\Core\Feature\NodeVariation\Event\NodeSpecializationVariantWasCreated;
31-
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
29+
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
30+
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
3231

3332
/**
3433
* The node disabling feature set for the hypergraph projector

Neos.ContentGraph.PostgreSQLAdapter/src/Domain/Projection/HypergraphProjection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
use Neos\ContentGraph\PostgreSQLAdapter\Domain\Repository\NodeFactory;
3131
use Neos\ContentGraph\PostgreSQLAdapter\Infrastructure\PostgresDbalClientInterface;
3232
use Neos\ContentRepository\Core\EventStore\EventInterface;
33-
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
3433
use Neos\ContentRepository\Core\Feature\ContentStreamForking\Event\ContentStreamWasForked;
3534
use Neos\ContentRepository\Core\Feature\NodeCreation\Event\NodeAggregateWithNodeWasCreated;
3635
use Neos\ContentRepository\Core\Feature\NodeModification\Event\NodePropertiesWereSet;
@@ -50,6 +49,7 @@
5049
use Neos\ContentRepository\Core\Projection\CheckpointStorageStatusType;
5150
use Neos\ContentRepository\Core\Projection\ProjectionInterface;
5251
use Neos\ContentRepository\Core\Projection\ProjectionStatus;
52+
use Neos\ContentRepository\Core\SharedModel\ContentRepository\ContentRepositoryId;
5353
use Neos\EventStore\Model\Event\SequenceNumber;
5454
use Neos\EventStore\Model\EventEnvelope;
5555

Neos.ContentGraph.PostgreSQLAdapter/src/Domain/Projection/NodeRecord.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
use Doctrine\DBAL\Connection;
1818
use Doctrine\DBAL\Exception as DBALException;
19+
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
20+
use Neos\ContentRepository\Core\Feature\NodeModification\Dto\SerializedPropertyValues;
21+
use Neos\ContentRepository\Core\NodeType\NodeTypeName;
1922
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateClassification;
2023
use Neos\ContentRepository\Core\SharedModel\Node\NodeAggregateId;
2124
use Neos\ContentRepository\Core\SharedModel\Node\NodeName;
22-
use Neos\ContentRepository\Core\NodeType\NodeTypeName;
23-
use Neos\ContentRepository\Core\DimensionSpace\OriginDimensionSpacePoint;
24-
use Neos\ContentRepository\Core\Feature\NodeModification\Dto\SerializedPropertyValues;
2525

2626
/**
2727
* The active record for reading and writing nodes from and to the database

0 commit comments

Comments
 (0)