コード例 #1
0
ファイル: RuleViolation.php プロジェクト: Tjorriemorrie/app
 /**
  * Returns the last line of the node that causes this rule violation.
  *
  * @return integer
  */
 public function getEndLine()
 {
     return $this->_node->getEndLine();
 }