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