@@ -6,7 +6,6 @@ |
||
6 | 6 | use Drupal\Console\Style\DrupalStyle; |
7 | 7 | use Symfony\Component\Console\Command\Command; |
8 | 8 | use Symfony\Component\Console\Input\InputInterface; |
9 | -use Symfony\Component\Console\Input\InputOption; |
|
10 | 9 | use Symfony\Component\Console\Output\OutputInterface; |
11 | 10 | |
12 | 11 | /** |
@@ -221,7 +221,7 @@ |
||
221 | 221 | /** |
222 | 222 | * @param array $migrationIds |
223 | 223 | * @param array $matchedMigrations |
224 | - * @param $property |
|
224 | + * @param string $property |
|
225 | 225 | * @param $values |
226 | 226 | * @return array |
227 | 227 | */ |