Exemple #1
0
 /**
  * Returns the last line of the node that causes this rule violation.
  *
  * @return integer
  */
 public function getEndLine()
 {
     return $this->_node->getEndLine();
 }