Ejemplo n.º 1
0
 /**
  * @return bool
  */
 protected function isComment()
 {
     return $this->input->peek() == '-' && !$this->input->eof(1) && $this->input->peek(1) == '-';
 }