Completed
Push — master ( 7194ef...e1b380 )
by Michael
01:30
created
src/Rot128.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
 
15 15
 namespace Dcrypt;
16 16
 
17
-class Rot128
18
-{
17
+class Rot128
18
+{
19 19
     /**
20 20
      * Rot-128 encode a binary string with strtr.
21 21
      *
Please login to merge, or discard this patch.