/**
  * @return null|string
  */
 public function getDocComment()
 {
     return $this->fileScanner->getDocComment();
 }