| @@ -62,8 +62,8 @@ | ||
| 62 | 62 | // We mock the DialogHelper | 
| 63 | 63 |          $dialog = $this->createMock('N98\Util\Console\Helper\ParameterHelper', ['askPassword']); | 
| 64 | 64 | $dialog->expects($this->at(0)) | 
| 65 | -               ->method('askPassword') | |
| 66 | - ->willReturn(true); // The user confirms | |
| 65 | +                ->method('askPassword') | |
| 66 | + ->willReturn(true); // The user confirms | |
| 67 | 67 | |
| 68 | 68 | // We override the standard helper with our mock | 
| 69 | 69 | $command->getHelperSet()->set($dialog, 'parameter'); | 
| @@ -226,7 +226,7 @@ | ||
| 226 | 226 |              if (count($filterAttributes) === 0) { | 
| 227 | 227 | $output->writeln( | 
| 228 | 228 | '<warning>No filter was specified. To delete all customer, ' . | 
| 229 | - 'add the --all option</warning>' | |
| 229 | + 'add the --all option</warning>' | |
| 230 | 230 | ); | 
| 231 | 231 | |
| 232 | 232 | return Command::FAILURE; | 
| @@ -73,10 +73,10 @@ | ||
| 73 | 73 | } | 
| 74 | 74 | |
| 75 | 75 | $shellCommand = escapeshellarg(OperatingSystem::getPhpBinary()) | 
| 76 | - . ' ' | |
| 77 | - . escapeshellarg($this->magentoRootDir . '/bin/magento') | |
| 78 | - . ' ' | |
| 79 | - . $magentoCoreCommandInput->__toString(); | |
| 76 | + . ' ' | |
| 77 | + . escapeshellarg($this->magentoRootDir . '/bin/magento') | |
| 78 | + . ' ' | |
| 79 | + . $magentoCoreCommandInput->__toString(); | |
| 80 | 80 | $process = Process::fromShellCommandline( | 
| 81 | 81 | $shellCommand, | 
| 82 | 82 | $this->magentoRootDir, | 
| @@ -335,8 +335,8 @@ | ||
| 335 | 335 | |
| 336 | 336 |          if ($isError) { | 
| 337 | 337 | $message = "<error> |