/**
  * @inheritdoc
  */
 public function setDescription($description)
 {
     $this->docBlock->setDescription($description);
     return $this;
 }