Skip to content

Commit

Permalink
#100331 CR fixes: Removed optional parameter passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Ortega committed May 24, 2023
1 parent 5075731 commit edd97ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Console/Command/NodesValidatorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ private function getInvalidNodes(array $nodes): array
/** @var NodeInterface $node */
foreach ($nodes as $node) {
$this->validator->validate(
[$node->getNodeId() => $node->getData()],
$this->treeTrace
[$node->getNodeId() => $node->getData()]
);

if (empty($this->validationAggregateError->getErrors())) {
Expand Down

0 comments on commit edd97ae

Please sign in to comment.