Completed
Pull Request — master (#34)
by
unknown
02:01
created
src/AfriCC/EPP/Client.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -471,8 +471,7 @@
 block discarded – undo
471 471
                     if ( is_array( $retVal[$match[1]] ) ) {
472 472
                         $i = count($retVal[$match[1]]);
473 473
                         $retVal[$match[1]][$i] = $match[2];
474
-                    }
475
-                    else {
474
+                    } else {
476 475
                         $retVal[$match[1]] = array($retVal[$match[1]], $match[2]);
477 476
                     }
478 477
                 } else {
Please login to merge, or discard this patch.