Skip to content

Commit 12d612b

Browse files
Update InputValidator.php
1 parent be4325a commit 12d612b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Validator/InputValidator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ private function buildValidationTree(ValidationNode $rootObject, iterable $field
182182
$this->cachedMetadata[$fqcn] = $this->defaultValidator->getMetadataFor($fqcn);
183183
}
184184

185+
185186
// Get metadata from the property and it's getters
186187
$propertyMetadata = $this->cachedMetadata[$fqcn]->getPropertyMetadata($classProperty);
187188

0 commit comments

Comments
 (0)