Completed
Push — master ( 865392...352acf )
by Jay
08:50
created
src/StringHandling.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,9 +48,9 @@
 block discarded – undo
48 48
     final public static function sanitize($string)
49 49
     {
50 50
         $a = 'àáâãäçèéêëìíîïñòóôõöùúûüýÿ'
51
-          . 'ÀÁÂÃÄÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝ@!?.:/,;-(){}"= \'\\';
51
+            . 'ÀÁÂÃÄÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝ@!?.:/,;-(){}"= \'\\';
52 52
         $b = 'aaaaaceeeeiiiinooooouuuuyy'
53
-          . 'AAAAACEEEEIIIINOOOOOUUUUY__________________';
53
+            . 'AAAAACEEEEIIIINOOOOOUUUUY__________________';
54 54
         return strtr(utf8_decode($string), utf8_decode($a), $b);
55 55
     }
56 56
 }
Please login to merge, or discard this patch.
src/Ftp/Driver/FtpImplicitSSL.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
                 CURLOPT_SSL_VERIFYPEER => false,
68 68
                 CURLOPT_TIMEOUT => 30,
69 69
             ),
70
-         ), $params);
70
+            ), $params);
71 71
         parent::__construct($params);
72 72
     }
73 73
 
Please login to merge, or discard this patch.