Completed
Pull Request — 3.x (#329)
by
unknown
01:19
created
tests/Filter/ModelFilterTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @return \Sonata\AdminBundle\Admin\FieldDescriptionInterface
51
+     * @return \PHPUnit\Framework\MockObject\MockObject
52 52
      */
53 53
     public function getFieldDescription(array $options)
54 54
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Doctrine\ODM\MongoDB\Mapping\ClassMetadata;
17 17
 use Doctrine\ODM\MongoDB\Query\Builder;
18
-use Doctrine\ODM\MongoDB\Query\Expr;
19 18
 use MongoDB\BSON\ObjectId;
20 19
 use PHPUnit\Framework\TestCase;
21 20
 use Sonata\AdminBundle\Admin\FieldDescriptionInterface;
Please login to merge, or discard this patch.