File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 11
11
use Doctrine \ODM \MongoDB \Iterator \Iterator ;
12
12
use Doctrine \ODM \MongoDB \Iterator \UnrewindableIterator ;
13
13
use Doctrine \ODM \MongoDB \Mapping \ClassMetadata ;
14
- use Iterator as SPLIterator ;
15
14
use MongoDB \Collection ;
16
15
use MongoDB \Driver \CursorInterface ;
17
16
18
17
use function array_merge ;
19
- use function assert ;
20
18
21
19
/** @phpstan-import-type PipelineExpression from Builder */
22
20
final class Aggregation implements IterableResult
Original file line number Diff line number Diff line change 29
29
use Doctrine \ODM \MongoDB \Utility \CollectionHelper ;
30
30
use Doctrine \Persistence \Mapping \MappingException ;
31
31
use InvalidArgumentException ;
32
- use Iterator as SplIterator ;
33
32
use MongoDB \BSON \ObjectId ;
34
33
use MongoDB \Collection ;
35
34
use MongoDB \Driver \CursorInterface ;
You can’t perform that action at this time.
0 commit comments