Skip to content

Commit afd284a

Browse files
committed
wip
1 parent 334e565 commit afd284a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/includes/indexes/indexes.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@
2828

2929
// start-index-single-query
3030
$document = $collection->findOne(['title' => 'Sweethearts']);
31-
echo json_encode($document) , "\n";
31+
echo json_encode($document) , PHP_EOL;
3232
// end-index-single-query
33-

0 commit comments

Comments
 (0)