File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -244,19 +244,19 @@ protected function performOperation($operation)
244
244
{
245
245
switch ($ operation ->action ) {
246
246
case 'equal ' :
247
- $ this ->processEqualOperation ($ operation );
248
- break ;
247
+ $ this ->processEqualOperation ($ operation );
248
+ break ;
249
249
case 'delete ' :
250
- $ this ->processDeleteOperation ($ operation , 'diffdel ' );
251
- break ;
250
+ $ this ->processDeleteOperation ($ operation , 'diffdel ' );
251
+ break ;
252
252
case 'insert ' :
253
- $ this ->processInsertOperation ($ operation , 'diffins ' );
254
- break ;
253
+ $ this ->processInsertOperation ($ operation , 'diffins ' );
254
+ break ;
255
255
case 'replace ' :
256
- $ this ->processReplaceOperation ($ operation );
257
- break ;
256
+ $ this ->processReplaceOperation ($ operation );
257
+ break ;
258
258
default :
259
- break ;
259
+ break ;
260
260
}
261
261
}
262
262
You can’t perform that action at this time.
0 commit comments