@@ -63,7 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | //When all options are false, we abort and show an error message |
| 66 | - if (! $backup_database && ! $backup_attachments && ! $backup_config) { |
|
| 66 | + if (!$backup_database && !$backup_attachments && !$backup_config) { |
|
| 67 | 67 | $io->error('You have to select at least one option what to backup! Use --full to backup everything.'); |
| 68 | 68 | |
| 69 | 69 | return Command::FAILURE; |