Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / src / Annotations / DrupalCommand.php
index 32d472436b8775d0d674875204c618866864f56f..4f00d3f02e3e7b70f92d962474415f8d608d53c1 100644 (file)
@@ -20,7 +20,7 @@ class DrupalCommand
     public $extension;
 
     /**
-     * @var string
+     * @Enum({"module", "theme", "profile", "library"})
      */
     public $extensionType;
 
@@ -28,4 +28,9 @@ class DrupalCommand
      * @var array
      */
     public $dependencies;
+
+    /**
+     * @Enum({"none", "site", "install"})
+     */
+    public $bootstrap;
 }