@@ -82,7 +82,7 @@ |
||
82 | 82 | |
83 | 83 | $this->buildViolation('myMessage') |
84 | 84 | ->setParameter('{{ value }}', '"'.$code.'"') |
85 | - ->setCode(defined('Isign\Validator\Constraints\Code::REGEX_FAILED_ERROR')?Code::REGEX_FAILED_ERROR:null) |
|
85 | + ->setCode(defined('Isign\Validator\Constraints\Code::REGEX_FAILED_ERROR') ?Code::REGEX_FAILED_ERROR : null) |
|
86 | 86 | ->assertRaised(); |
87 | 87 | } |
88 | 88 |