Completed
Pull Request — master (#783)
by Grégoire
02:49
created
src/Model/ModelManager.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -296,7 +296,6 @@  discard block
 block discarded – undo
296 296
     }
297 297
 
298 298
     /**
299
-     * @param QueryBuilder|Query $class
300 299
      */
301 300
     public function executeQuery($query)
302 301
     {
@@ -620,7 +619,7 @@  discard block
 block discarded – undo
620 619
      *
621 620
      * @param string $property
622 621
      *
623
-     * @return mixed
622
+     * @return string
624 623
      */
625 624
     protected function camelize($property)
626 625
     {
Please login to merge, or discard this patch.
tests/Model/ModelManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use Doctrine\ORM\OptimisticLockException;
27 27
 use Doctrine\ORM\Query;
28 28
 use Doctrine\ORM\QueryBuilder;
29
-use Doctrine\ORM\Version;
30 29
 use PHPUnit\Framework\TestCase;
31 30
 use Sonata\AdminBundle\Datagrid\Datagrid;
32 31
 use Sonata\AdminBundle\Datagrid\DatagridInterface;
Please login to merge, or discard this patch.