Rename validateArray to validateSchemaArray and specify the format in doc comment

[MAILPOET-4700]
This commit is contained in:
David Remer
2022-10-26 10:13:07 +03:00
committed by Jan Jakeš
parent 1a58166a0b
commit 5075982cd3
2 changed files with 4 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ class ValidStepArgsRule implements WorkflowNodeVisitor {
['properties' => [$property => $propertySchema]]
);
try {
$this->validator->validateArray(
$this->validator->validateSchemaArray(
$schemaToValidate,
$step->getArgs(),
$property