File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ $rendererOptions = [
116
116
'outputTagAsString' => false,
117
117
// this option is currently only for the Json renderer.
118
118
// it controls how the output JSON is formatted.
119
- // see availabe options on https://www.php.net/manual/en/function.json-encode.php
119
+ // see available options on https://www.php.net/manual/en/function.json-encode.php
120
120
'jsonEncodeFlags' => \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE,
121
121
// this option is currently effective when the "detailLevel" is "word"
122
122
// characters listed in this array can be used to make diff segments into a whole
Original file line number Diff line number Diff line change 53
53
'outputTagAsString ' => false ,
54
54
// this option is currently only for the Json renderer.
55
55
// it controls how the output JSON is formatted.
56
- // see availabe options on https://www.php.net/manual/en/function.json-encode.php
56
+ // see available options on https://www.php.net/manual/en/function.json-encode.php
57
57
'jsonEncodeFlags ' => \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE ,
58
58
// this option is currently effective when the "detailLevel" is "word"
59
59
// characters listed in this array can be used to make diff segments into a whole
You can’t perform that action at this time.
0 commit comments