Passed
Branch 8.x-1.x (24fbfb)
by Thomas
06:16
created
src/Command/FieldsSourceCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/Command/MigrateCommandTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
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
    */
Please login to merge, or discard this patch.