diff --git a/PHPCI/Command/RebuildCommand.php b/PHPCI/Command/RebuildCommand.php index d4dee396..14a90dfd 100644 --- a/PHPCI/Command/RebuildCommand.php +++ b/PHPCI/Command/RebuildCommand.php @@ -47,11 +47,10 @@ class RebuildCommand extends Command /** * @param \Monolog\Logger $logger - * @param string $name */ public function __construct(Logger $logger) { - parent::__construct($name); + parent::__construct(); $this->logger = $logger; }