Completed
Pull Request — 3.x (#381)
by
unknown
01:40
created
src/Builder/ListBuilder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -158,6 +158,7 @@
 block discarded – undo
158 158
 
159 159
     /**
160 160
      * @param int|string $type
161
+     * @return string
161 162
      */
162 163
     private function getTemplate($type): ?string
163 164
     {
Please login to merge, or discard this patch.
src/Builder/ShowBuilder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -110,6 +110,7 @@
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * @param int|string $type
113
+     * @return string
113 114
      */
114 115
     private function getTemplate($type): ?string
115 116
     {
Please login to merge, or discard this patch.
tests/Filter/DateTimeFilterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Sonata\DoctrineMongoDBAdminBundle\Tests\Filter;
15 15
 
16
-use Sonata\AdminBundle\Form\Type\Filter\DateType;
17 16
 use Sonata\AdminBundle\Form\Type\Operator\DateOperatorType;
18 17
 use Sonata\DoctrineMongoDBAdminBundle\Datagrid\ProxyQuery;
19 18
 use Sonata\DoctrineMongoDBAdminBundle\Filter\DateTimeFilter;
Please login to merge, or discard this patch.