Code Duplication    Length = 5-5 lines in 2 locations

src/View/Parsers/Diff.php 2 locations

@@ 85-89 (lines=5) @@
82
                    $stuffFor[2] = $edit->orig;
83
                    break;
84
85
                case 'change':
86
                    $lookForTag = true;
87
                    $stuffFor[1] = $edit->orig;
88
                    $stuffFor[2] = $edit->final;
89
                    break;
90
91
                case 'add':
92
                    $lookForTag = true;
@@ 91-95 (lines=5) @@
88
                    $stuffFor[2] = $edit->final;
89
                    break;
90
91
                case 'add':
92
                    $lookForTag = true;
93
                    $stuffFor[1] = null;
94
                    $stuffFor[2] = $edit->final;
95
                    break;
96
97
                case 'delete':
98
                    $lookForTag = true;