@@ -41,7 +41,7 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * @param mixed $data |
| 43 | 43 | * |
| 44 | - * @return ItemInterface |
|
| 44 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 45 | 45 | */ |
| 46 | 46 | protected function createItem($data) |
| 47 | 47 | { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @return mixed |
|
| 66 | + * @return string |
|
| 67 | 67 | */ |
| 68 | 68 | public function getType() |
| 69 | 69 | { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @return mixed |
|
| 66 | + * @return string |
|
| 67 | 67 | */ |
| 68 | 68 | public function getType() |
| 69 | 69 | { |
@@ -17,8 +17,6 @@ |
||
| 17 | 17 | use Sonata\AdminBundle\Command\CreateClassCacheCommand; |
| 18 | 18 | use Symfony\Component\Console\Application; |
| 19 | 19 | use Symfony\Component\Console\Tester\CommandTester; |
| 20 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 21 | -use Symfony\Component\HttpKernel\KernelInterface; |
|
| 22 | 20 | |
| 23 | 21 | /** |
| 24 | 22 | * @group legacy |