@@ -19,8 +19,8 @@ |
||
19 | 19 | */ |
20 | 20 | public function __construct(InputInterface $input = null) |
21 | 21 | { |
22 | - $this->compressionLevel = $input ? (int)$input->getOption('zstd-level') : 10; |
|
23 | - $this->extraArgs = $input ? (string)$input->getOption('zstd-extra-args') : ''; |
|
22 | + $this->compressionLevel = $input ? (int) $input->getOption('zstd-level') : 10; |
|
23 | + $this->extraArgs = $input ? (string) $input->getOption('zstd-extra-args') : ''; |
|
24 | 24 | |
25 | 25 | parent::__construct($input); |
26 | 26 | } |