diff --git a/src/Command/DumpCommand.php b/src/Command/DumpCommand.php index 22594681..8309f7f3 100644 --- a/src/Command/DumpCommand.php +++ b/src/Command/DumpCommand.php @@ -48,10 +48,11 @@ public static function defaultName(): string * Extract options for the dump command from another migrations option parser. * * @param \Cake\Console\Arguments $args - * @return array + * @return array */ public static function extractArgs(Arguments $args): array { + /** @var array $newArgs */ $newArgs = []; if ($args->getOption('connection')) { $newArgs[] = '-c';