Test Failed
Branch master (c547f8)
by John
03:05
created
src/Encryption.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,9 +35,9 @@
 block discarded – undo
35 35
     protected static function createClassName(string $cipher): string {
36 36
         $crypto = strtoupper(explode('-', $cipher)[0]);
37 37
         return sprintf('%s\%s\%s',
38
-           'Encryption\Cipher',
39
-           $crypto,
40
-           str_replace('-', '', ucwords($cipher))
38
+            'Encryption\Cipher',
39
+            $crypto,
40
+            str_replace('-', '', ucwords($cipher))
41 41
         );
42 42
     }
43 43
 
Please login to merge, or discard this patch.