Skip to content

Commit 69668bd

Browse files
committed
wip
1 parent a8de178 commit 69668bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/usage-examples/index-code-examples.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function toJSON(object $document): string
9292

9393
// start-list
9494
foreach ($collection->listIndexes() as $indexInfo) {
95-
echo toJSON($indexInfo) . PHP_EOL;
95+
echo $indexInfo;
9696
}
9797
// end-list
9898

0 commit comments

Comments
 (0)