public function __construct($name = null)
 {
     parent::__construct($name);
     $this->setDescription("Performs a check against the environment");
     return $this;
 }
Example #2
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->setDescription("Performs a check against the environment and configuration. Give some advices for production settings.");
     return $this;
 }