File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,7 @@ $rendererOptions = [
9292 // internally, ops (tags) are all int type but this is not good for human reading.
9393 // set this to "true" to convert them into string form before outputting.
9494 'outputTagAsString' => true,
95- // change this value to a string as the the returned diff
96- // if the two input strings are identical
95+ // change this value to a string as the returned diff if the two input strings are identical
9796 'resultForIdenticals' => null,
9897 // extra HTML classes added to the DOM of the diff container
9998 'wrapperClasses' => ['diff-wrapper'],
Original file line number Diff line number Diff line change 4848 // internally, ops (tags) are all int type but this is not good for human reading.
4949 // set this to "true" to convert them into string form before outputting.
5050 'outputTagAsString ' => false ,
51- // change this value to a string as the the returned diff
52- // if the two input strings are identical
51+ // change this value to a string as the returned diff if the two input strings are identical
5352 'resultForIdenticals ' => null ,
5453 // extra HTML classes added to the DOM of the diff container
5554 'wrapperClasses ' => ['diff-wrapper ' ],
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ abstract class AbstractRenderer implements RendererInterface
4949 // internally, ops (tags) are all int type but this is not good for human reading.
5050 // set this to "true" to convert them into string form before outputting.
5151 'outputTagAsString ' => false ,
52- // change this value to a string as the the returned diff
53- // if the two input strings are identical
52+ // change this value to a string as the returned diff if the two input strings are identical
5453 'resultForIdenticals ' => null ,
5554 // extra HTML classes added to the DOM of the diff container
5655 'wrapperClasses ' => ['diff-wrapper ' ],
You can’t perform that action at this time.
0 commit comments