Rename validateArray to validateSchemaArray and specify the format in doc comment
[MAILPOET-4700]
This commit is contained in:
@@ -48,7 +48,7 @@ class ValidStepArgsRule implements WorkflowNodeVisitor {
|
||||
['properties' => [$property => $propertySchema]]
|
||||
);
|
||||
try {
|
||||
$this->validator->validateArray(
|
||||
$this->validator->validateSchemaArray(
|
||||
$schemaToValidate,
|
||||
$step->getArgs(),
|
||||
$property
|
||||
|
Reference in New Issue
Block a user