Code Duplication    Length = 3-3 lines in 2 locations

manager/includes/extenders/modifiers.class.inc.php 2 locations

@@ 579-581 (lines=3) @@
576
                    $_[$i] = ucfirst($v);
577
                }
578
                return implode(' ', $_);
579
            case 'zenhan':
580
                if (empty($opt)) {
581
                    $opt='VKas';
582
                }
583
                return mb_convert_kana($value, $opt, $modx->config['modx_charset']);
584
            case 'hanzen':
@@ 584-586 (lines=3) @@
581
                    $opt='VKas';
582
                }
583
                return mb_convert_kana($value, $opt, $modx->config['modx_charset']);
584
            case 'hanzen':
585
                if (empty($opt)) {
586
                    $opt='VKAS';
587
                }
588
                return mb_convert_kana($value, $opt, $modx->config['modx_charset']);
589
            case 'str_shuffle':