From 297ca07a02369e5c11525c6ce2060b9c680cef49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Fri, 8 Dec 2023 11:48:51 +0100 Subject: [PATCH] Fix phpcs violation --- src/N98/Magento/Command/Customer/DeleteCommand.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/N98/Magento/Command/Customer/DeleteCommand.php b/src/N98/Magento/Command/Customer/DeleteCommand.php index 89487e08..058044d8 100644 --- a/src/N98/Magento/Command/Customer/DeleteCommand.php +++ b/src/N98/Magento/Command/Customer/DeleteCommand.php @@ -323,11 +323,12 @@ protected function batchDelete(\Magento\Customer\Model\ResourceModel\Customer\Co * @param OutputInterface $output * @return int */ - protected function deleteAllCustomers($force, QuestionHelper $questionHelper, InputInterface $input, OutputInterface $output): int - { -// check if force is set - // if not, ask for confirmation - + protected function deleteAllCustomers( + $force, + QuestionHelper $questionHelper, + InputInterface $input, + OutputInterface $output + ): int { if (!$force) { $question = new ConfirmationQuestion( 'WARNING: You are about to delete ALL customers. Are you sure? [n]: ',