1
0
mirror of synced 2025-01-31 04:21:44 +03:00

[2.0] Fixed Docblock comment of CliController::__construct

This commit is contained in:
beberlei 2010-01-23 15:07:24 +00:00
parent 61d6c17c49
commit 03132fedfd

View File

@ -60,6 +60,7 @@ class CliController extends AbstractNamespace
/**
* The CLI processor of tasks
*
* @param Configuration $config
* @param AbstractPrinter $printer CLI Output printer
*/
public function __construct(Configuration $config, AbstractPrinter $printer = null)