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;
|
||||
|
@@ -11,7 +11,7 @@ class ValidatorFactory {
|
||||
const METADATA_DIR = __DIR__ . '/../../../generated/validator-metadata';
|
||||
|
||||
/** @var AnnotationReaderProvider */
|
||||
private $annotation_reader_provider;
|
||||
private $annotationReaderProvider;
|
||||
|
||||
public function __construct(AnnotationReaderProvider $annotationReaderProvider) {
|
||||
$this->annotationReaderProvider = $annotationReaderProvider;
|
||||
|
Reference in New Issue
Block a user