Browse Source

Add a dockblock

Robert Pustułka 8 years ago
parent
commit
ac64ea3cd7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/Console/CommandFactory.php

+ 6 - 0
src/Console/CommandFactory.php

@@ -14,6 +14,12 @@ namespace Cake\Console;
 
 use InvalidArgumentException;
 
+/**
+ * This is a factory for creating Command and Shell instances.
+ *
+ * This factory can be replaced or extended if you need to customize building
+ * your command and shell objects.
+ */
 class CommandFactory implements CommandFactoryInterface
 {