Completed
Pull Request — master (#63)
by Gino
04:24
created
class/files/TDMCreatePhpCode.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -515,7 +515,7 @@
 block discarded – undo
515 515
     public function getPhpCodePregFunzions($return, $exp = '', $str, $val, $type = 'match', $isParam = false)
516 516
     {
517 517
         $pregFunz = "preg_{$type}( '";
518
-		if ($isParam === false) {
518
+        if ($isParam === false) {
519 519
             $ret = "\${$return} = {$pregMatch}{$exp}', '{$str}', {$val});\n";
520 520
         } else {
521 521
             $ret = "{$pregMatch}{$exp}', '{$str}', {$val})";
Please login to merge, or discard this patch.