File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ $rendererOptions = [
116116 'outputTagAsString' => false,
117117 // this option is currently only for the Json renderer.
118118 // 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
120120 'jsonEncodeFlags' => \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE,
121121 // this option is currently effective when the "detailLevel" is "word"
122122 // 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 5353 'outputTagAsString ' => false ,
5454 // this option is currently only for the Json renderer.
5555 // 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
5757 'jsonEncodeFlags ' => \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE ,
5858 // this option is currently effective when the "detailLevel" is "word"
5959 // 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