From a512f37281712508c12d305f2c21ed8e1eb9cb3b Mon Sep 17 00:00:00 2001
From: Joe Hassick <joe.hassick@rodale.com>
Date: Tue, 20 Oct 2015 09:40:34 -0400
Subject: Issue #2278999: Warnings on every drush command "array_key_exists() expects parameter 2 to be array, null given engines.inc:259 "

---
 compass.drush.inc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/compass.drush.inc b/compass.drush.inc
index 7a28e47..5fb1201 100644
--- a/compass.drush.inc
+++ b/compass.drush.inc
@@ -62,7 +62,11 @@ function compass_drush_command() {
  */
 function compass_drush_engine_type_info() {
   return array(
-    'compass_actions' => array(),
+    'compass_actions' => array(
+      'option' => 'compass-actions',
+      'default' => 'compile',
+      'description' => 'Integrate with compass.',
+    ),
   );
 }

--
2.4.5

