/** * Returns the file name where this rule violation was detected. * * @return string */ public function getFileName() { return $this->_node->getFileName(); }