From 553d830a348fb9f871e08ca3045cbeb56b08681c Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 23 Jan 2024 16:58:36 +0100 Subject: [PATCH 1/3] fix method signatures --- Context/ExecutionContext.php | 2 +- Context/ExecutionContextInterface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Context/ExecutionContext.php b/Context/ExecutionContext.php index 221f07da0..f43ab6820 100644 --- a/Context/ExecutionContext.php +++ b/Context/ExecutionContext.php @@ -121,7 +121,7 @@ public function __construct(ValidatorInterface $validator, mixed $root, Translat $this->cachedObjectsRefs = new \SplObjectStorage(); } - public function setNode(mixed $value, ?object $object, ?MetadataInterface $metadata = null, string $propertyPath): void + public function setNode(mixed $value, ?object $object, ?MetadataInterface $metadata, string $propertyPath): void { $this->value = $value; $this->object = $object; diff --git a/Context/ExecutionContextInterface.php b/Context/ExecutionContextInterface.php index e6b42c77c..fd72a149e 100644 --- a/Context/ExecutionContextInterface.php +++ b/Context/ExecutionContextInterface.php @@ -126,7 +126,7 @@ public function getObject(): ?object; * * @return void */ - public function setNode(mixed $value, ?object $object, ?MetadataInterface $metadata = null, string $propertyPath); + public function setNode(mixed $value, ?object $object, ?MetadataInterface $metadata, string $propertyPath); /** * Warning: Should not be called by user code, to be used by the validator engine only. From 91b7f3f611b002591e9632121c7c6db075d6876e Mon Sep 17 00:00:00 2001 From: mindaugasvcs Date: Tue, 23 Jan 2024 19:07:28 +0200 Subject: [PATCH 2/3] Fix option filenameMaxLength to the File constraint (Image) --- Constraints/Image.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Constraints/Image.php b/Constraints/Image.php index 7710fbd1c..43590f4f2 100644 --- a/Constraints/Image.php +++ b/Constraints/Image.php @@ -43,6 +43,7 @@ class Image extends File self::EMPTY_ERROR => 'EMPTY_ERROR', self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR', self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR', + self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG', self::SIZE_NOT_DETECTED_ERROR => 'SIZE_NOT_DETECTED_ERROR', self::TOO_WIDE_ERROR => 'TOO_WIDE_ERROR', self::TOO_NARROW_ERROR => 'TOO_NARROW_ERROR', From 4993e9b5b17e23e7ad9dc2e3b31412f5c4679385 Mon Sep 17 00:00:00 2001 From: Emmanuelpcg Date: Thu, 25 Jan 2024 19:32:56 -0300 Subject: [PATCH 3/3] Adjusting and removing the 'review' attribute from the pt_br translation XML. --- Resources/translations/validators.pt_BR.xlf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/translations/validators.pt_BR.xlf b/Resources/translations/validators.pt_BR.xlf index 7d0fd7f97..437288508 100644 --- a/Resources/translations/validators.pt_BR.xlf +++ b/Resources/translations/validators.pt_BR.xlf @@ -136,7 +136,7 @@ This value is not a valid IP address. - Este valor não é um endereço IP válido. + Este valor não é um endereço IP válido. This value is not a valid language. @@ -192,7 +192,7 @@ No temporary folder was configured in php.ini, or the configured folder does not exist. - Não foi configurada uma pasta temporária no php.ini, ou a pasta configurada não existe. + Nenhum diretório temporário foi configurado no php.ini, ou o diretório configurado não existe. Cannot write temporary file to disk. @@ -224,7 +224,7 @@ This value is not a valid International Bank Account Number (IBAN). - Este valor não é um Número de Conta Bancária Internacional (IBAN) válido. + Este valor não é um Número de Conta Bancária Internacional (IBAN) válido. This value is not a valid ISBN-10. @@ -312,7 +312,7 @@ This value is not a valid Business Identifier Code (BIC). - Este valor não é um Código de Identificação de Negócios (BIC) válido. + Este valor não é um Código de Identificação de Negócios (BIC) válido. Error @@ -320,7 +320,7 @@ This value is not a valid UUID. - Este valor não é um UUID válido. + Este valor não é um UUID válido. This value should be a multiple of {{ compared_value }}. @@ -428,15 +428,15 @@ The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}. - A extensão do arquivo é inválida ({{ extension }}). As extensões permitidas são {{ extensions }}. + A extensão do arquivo é inválida ({{ extension }}). As extensões permitidas são {{ extensions }}. The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}. - A codificação de caracteres detectada é inválida ({{ detected }}). As codificações permitidas são {{ encodings }}. + A codificação de caracteres detectada é inválida ({{ detected }}). As codificações permitidas são {{ encodings }}. This value is not a valid MAC address. - Este valor não é um endereço MAC válido. + Este valor não é um endereço MAC válido.