Exemplo n.º 1
0
 public function getViolationPayload()
 {
     return array_merge(parent::getViolationPayload(), array('type' => is_callable($this->arguments) ? 'custom' : $this->arguments));
 }