Skip to content

Commit d3fab21

Browse files
committed
Fix CS
1 parent b0830a2 commit d3fab21

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lib/Doctrine/ODM/MongoDB/Aggregation/Aggregation.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111
use Doctrine\ODM\MongoDB\Iterator\Iterator;
1212
use Doctrine\ODM\MongoDB\Iterator\UnrewindableIterator;
1313
use Doctrine\ODM\MongoDB\Mapping\ClassMetadata;
14-
use Iterator as SPLIterator;
1514
use MongoDB\Collection;
1615
use MongoDB\Driver\CursorInterface;
1716

1817
use function array_merge;
19-
use function assert;
2018

2119
/** @phpstan-import-type PipelineExpression from Builder */
2220
final class Aggregation implements IterableResult

lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
use Doctrine\ODM\MongoDB\Utility\CollectionHelper;
3030
use Doctrine\Persistence\Mapping\MappingException;
3131
use InvalidArgumentException;
32-
use Iterator as SplIterator;
3332
use MongoDB\BSON\ObjectId;
3433
use MongoDB\Collection;
3534
use MongoDB\Driver\CursorInterface;

0 commit comments

Comments
 (0)