File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,7 @@ $left = 'First text';
55
55
$right = 'Second text';
56
56
57
57
$simpleDiff = new \Baraja\DiffGenerator\SimpleDiff;
58
- $diff = $
59
- 
60
- 
61
- 
62
- 
63
- 
64
- 
65
- 
66
- simpleDiff->compare($left, $right);
58
+ $diff = $simpleDiff->compare($left, $right);
67
59
68
60
echo $simpleDiff->renderDiff($diff);
69
61
```
You can’t perform that action at this time.
0 commit comments