Passed
Push — master ( 5bf686...2c03a6 )
by Jan
05:18
created
src/Command/BackupCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.