diff --git a/src/Commands/SmartDateDrushCommands.php b/src/Commands/SmartDateDrushCommands.php
index e42bff2..e36ade9 100644
--- a/src/Commands/SmartDateDrushCommands.php
+++ b/src/Commands/SmartDateDrushCommands.php
@@ -38,15 +38,7 @@ class SmartDateDrushCommands extends DrushCommands {
    * @option langcode
    *   Language code to store.
    */
-  public function migrate($bundle, $dest, $source_start, $source_end = NULL, $source_all_day = NULL, array $options = NULL) {
-    if (!$options) {
-      $options = [
-        'clear' => FALSE,
-        'entity' => 'node',
-        'default_duration' => 0,
-        'langcode' => NULL,
-      ];
-    }
+  public function migrate($bundle, $dest, $source_start, $source_end = NULL, $source_all_day = NULL, $options = ['clear' => FALSE, 'entity' => 'node', 'default_duration' => 0, 'langcode' => NULL]) {
     // @todo Sanitize provide input.
     $entity = $options['entity'];
     $dest_table = $entity . '__' . $dest;
