@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | } |
52 | 52 | |
53 | 53 | /** |
54 | - * @param $collection |
|
54 | + * @param \Doctrine\Common\Collections\ArrayCollection $collection |
|
55 | 55 | * @param $columns |
56 | 56 | * @param Table $table |
57 | 57 | * @return Table |
@@ -70,7 +70,6 @@ discard block |
||
70 | 70 | /** |
71 | 71 | * @param $collection |
72 | 72 | * @param $columns |
73 | - * @param OutputInterface $output |
|
74 | 73 | * @return Table |
75 | 74 | * @throws \Exception |
76 | 75 | */ |
@@ -10,8 +10,6 @@ |
||
10 | 10 | |
11 | 11 | |
12 | 12 | use Pbxg33k\MusicInfo\MusicInfo; |
13 | -use Pbxg33k\Traits\HydratableTrait; |
|
14 | -use Pbxg33k\Traits\PropertyTrait; |
|
15 | 13 | use Symfony\Component\Console\Command\Command; |
16 | 14 | use Symfony\Component\Console\Helper\Table; |
17 | 15 | use Symfony\Component\Console\Output\OutputInterface; |