Skip to content

Commit cbc3879

Browse files
committed
JM tech review 2
1 parent 69668bd commit cbc3879

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
@@ -38,7 +38,7 @@ function toJSON(object $document): string
3838

3939
// start-search-list
4040
foreach ($collection->listSearchIndexes() as $indexInfo) {
41-
echo toJSON($indexInfo) . PHP_EOL;
41+
echo toJSON($indexInfo) , PHP_EOL;
4242
}
4343
// end-search-list
4444

0 commit comments

Comments
 (0)