uncompressed = true; return $this; } protected function appendUncompressed(array $command): array { if (true === $this->uncompressed) { $command[] = 'UNCOMPRESSED'; } return $command; } }