Completed
Pull Request — develop (#1538)
by Jens
21s
created
src/N98/Magento/Command/Database/Compressor/Zstandard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 
17 17
     public function __construct(InputInterface $input)
18 18
     {
19
-        $this->compressionLevel = (int)$input->getOption('zstd-level');
20
-        $this->extraArgs = (string)$input->getOption('zstd-extra-args');
19
+        $this->compressionLevel = (int) $input->getOption('zstd-level');
20
+        $this->extraArgs = (string) $input->getOption('zstd-extra-args');
21 21
 
22 22
         parent::__construct($input);
23 23
     }
Please login to merge, or discard this patch.