@@ -13,7 +13,7 @@ discard block |
||
| 13 | 13 | */ |
| 14 | 14 | class Lzma extends OneFileDriver |
| 15 | 15 | { |
| 16 | - const FORMAT_SUFFIX = 'xz'; |
|
| 16 | + const FORMAT_SUFFIX = 'xz'; |
|
| 17 | 17 | const PHP_EXTENSION = 'xz'; |
| 18 | 18 | const FORMAT = Formats::LZMA; |
| 19 | 19 | |
@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | */ |
| 31 | 31 | public static function getInstallationInstruction() |
| 32 | 32 | { |
| 33 | - return 'install [xz] extension' . "\n" . 'For 5.x: https://github.com/payden/php-xz' . "\n" . 'For 7.x/8.x: https://github.com/codemasher/php-ext-xz'; |
|
| 33 | + return 'install [xz] extension'."\n".'For 5.x: https://github.com/payden/php-xz'."\n".'For 7.x/8.x: https://github.com/codemasher/php-ext-xz'; |
|
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |