Passed
Push — master ( 75f148...308831 )
by f
11:47
created
src/Drivers/OneFile/Lzma.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.