Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 510-512 (lines=3) @@
507
                    $_[$i] = ucfirst($v);
508
                }
509
                return implode(' ',$_);
510
            case 'zenhan':
511
                if(empty($opt)) $opt='VKas';
512
                return mb_convert_kana($value,$opt,$modx->config['modx_charset']);
513
            case 'hanzen':
514
                if(empty($opt)) $opt='VKAS';
515
                return mb_convert_kana($value,$opt,$modx->config['modx_charset']);
@@ 513-515 (lines=3) @@
510
            case 'zenhan':
511
                if(empty($opt)) $opt='VKas';
512
                return mb_convert_kana($value,$opt,$modx->config['modx_charset']);
513
            case 'hanzen':
514
                if(empty($opt)) $opt='VKAS';
515
                return mb_convert_kana($value,$opt,$modx->config['modx_charset']);
516
            case 'str_shuffle':
517
            case 'shuffle':
518
                return $this->str_shuffle($value);