Code Duplication    Length = 3-3 lines in 2 locations

manager/includes/src/Legacy/Modifiers.php 2 locations

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