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';
5555$right = 'Second text';
5656
5757$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);
6759
6860echo $simpleDiff->renderDiff($diff);
6961```
You can’t perform that action at this time.
0 commit comments