Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Command / Views / DebugCommand.php
index 087621a2221e9ed1ed437fa3a7c44d11f6e066f4..9136bb8874dde74a260541a9192778d98c37f091 100644 (file)
@@ -57,12 +57,12 @@ class DebugCommand extends Command
             )
             ->addOption(
                 'tag',
-                '',
+                null,
                 InputOption::VALUE_OPTIONAL,
                 $this->trans('commands.views.debug.arguments.view-tag')
             )->addOption(
                 'status',
-                '',
+                null,
                 InputOption::VALUE_OPTIONAL,
                 $this->trans('commands.views.debug.arguments.view-status')
             );