Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@ -7,7 +7,7 @@ use MailPoetVendor\Symfony\Component\Validator\ConstraintViolationListInterface;
|
||||
|
||||
class ValidationException extends \RuntimeException {
|
||||
/** @var string */
|
||||
private $resource_name;
|
||||
private $resourceName;
|
||||
|
||||
/** @var ConstraintViolationListInterface|ConstraintViolationInterface[] */
|
||||
private $violations;
|
||||
|
Reference in New Issue
Block a user