Skip to content

Commit

Permalink
#100331 Fixed phpstan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Ortega committed May 17, 2023
1 parent 69c1491 commit a508e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Console/Command/NodesValidatorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ public function execute(InputInterface $input, OutputInterface $output)
$this->deleteNodesByIds($invalidNodeIds),
$output
);

return 0;
}

private function setAreaCode(): void
Expand Down

0 comments on commit a508e5f

Please sign in to comment.