Skip to content

Commit 65f7d5e

Browse files
authored
PHPLIB-1594 Remove commented restriction on M10+ (mongodb#1533)
1 parent 1b00b23 commit 65f7d5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: examples/atlas_search.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* This example demonstrates how to create an Atlas Search index and perform a search query.
5-
* It requires a MongoDB Atlas M10+ cluster with Sample Dataset loaded.
5+
* It requires a MongoDB Atlas cluster with Sample Dataset loaded.
66
*
77
* Use the MONGODB_URI environment variable to specify the connection string from the Atlas UI.
88
*/

Diff for: tests/ExamplesTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public static function provideExamples(): Generator
224224
}
225225

226226
/**
227-
* MongoDB Atlas Search example requires a MongoDB Atlas M10+ cluster with MongoDB 7.0+
227+
* MongoDB Atlas Search example requires a MongoDB Atlas cluster with MongoDB 7.0+
228228
* Tips for insiders: if using a cloud-dev server, append ".mongodb.net" to the MONGODB_URI.
229229
*/
230230
#[Group('atlas')]

0 commit comments

Comments
 (0)