Completed
Push — master ( e1b380...beea30 )
by Michael
01:33
created
src/Rot128.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
  * @license  http://opensource.org/licenses/MIT The MIT License (MIT)
24 24
  * @link     https://github.com/mmeyer2k/dcrypt
25 25
  */
26
-class Rot128
27
-{
26
+class Rot128
27
+{
28 28
     /**
29 29
      * Rot-128 encode a binary string with strtr.
30 30
      *
Please login to merge, or discard this patch.