/**
  * @return int
  */
 public function getEndLine()
 {
     return $this->declaringFunction->getEndLine();
 }