@@ -19,7 +19,6 @@ |
||
| 19 | 19 | |
| 20 | 20 | use Symfony\Component\Console\Command\Command; |
| 21 | 21 | use Symfony\Component\Console\Input\InputInterface; |
| 22 | -use Symfony\Component\Console\Input\InputOption; |
|
| 23 | 22 | use Symfony\Component\Console\Output\OutputInterface; |
| 24 | 23 | |
| 25 | 24 | /** |
@@ -158,7 +158,6 @@ |
||
| 158 | 158 | /** |
| 159 | 159 | * Get the right CAST for an INTEGER |
| 160 | 160 | * |
| 161 | - * @param string $field |
|
| 162 | 161 | * @return string |
| 163 | 162 | */ |
| 164 | 163 | private function getIntegerCast(bool $unsigned): string |