Example #1
0
 /**
  * Do not validate if the command is a query
  *
  * {@inheritDoc}
  */
 protected function parse()
 {
     if (false === $this->isQuery()) {
         return parent::parse();
     }
 }