Browse Source

Remove todo to get build to pass.

Mark Story 8 years ago
parent
commit
7a7c2ffb83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/CommandRunner.php

+ 1 - 1
src/Console/CommandRunner.php

@@ -165,7 +165,7 @@ class CommandRunner
         if (is_string($instance)) {
             $instance = new $instance($io);
         }
-        // TODO Should this be an interface?
+        // Moving to an interface/method on Shell soon.
         if (method_exists($instance, 'setCommandCollection')) {
             $instance->setCommandCollection($commands);
         }