Completed
Push — master ( 82a583...e36d4a )
by Morris
14:29
created
core/Command/Encryption/DecryptAll.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 	}
124 124
 
125 125
 	protected function execute(InputInterface $input, OutputInterface $output) {
126
-		if ( !$input->isInteractive() ) {
126
+		if (!$input->isInteractive()) {
127 127
 			$output->writeln('Invalid TTY.');
128 128
 			$output->writeln('If you are trying to execute the command in a Docker ');
129 129
 			$output->writeln("container, do not forget to execute 'docker exec' with");
Please login to merge, or discard this patch.
core/Command/Encryption/EncryptAll.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 	}
106 106
 
107 107
 	protected function execute(InputInterface $input, OutputInterface $output) {
108
-		if ( !$input->isInteractive() ) {
108
+		if (!$input->isInteractive()) {
109 109
 			$output->writeln('Invalid TTY.');
110 110
 			$output->writeln('If you are trying to execute the command in a Docker ');
111 111
 			$output->writeln("container, do not forget to execute 'docker exec' with");
Please login to merge, or discard this patch.