Completed
Pull Request — 3.x (#5942)
by Vincent
04:09
created
src/Admin/AdminHelper.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,6 @@
 block discarded – undo
98 98
      * Note:
99 99
      *   This code is ugly, but there is no better way of doing it.
100 100
      *
101
-     * @param object $subject
102 101
      * @param string $elementId
103 102
      *
104 103
      * @throws \RuntimeException
Please login to merge, or discard this patch.
tests/Admin/AdminHelperTest.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\AdminBundle\Tests\Admin;
15 15
 
16
-use Doctrine\Common\Collections\ArrayCollection;
17 16
 use PHPUnit\Framework\TestCase;
18 17
 use Sonata\AdminBundle\Admin\AdminHelper;
19 18
 use Sonata\AdminBundle\Admin\AdminInterface;
Please login to merge, or discard this patch.