File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -896,7 +896,7 @@ public function listIndexes(array $options = [])
896
896
* Returns information for all Atlas Search indexes for the collection.
897
897
* Only available when used against a 7.0+ Atlas cluster.
898
898
*
899
- * @param array{name?: string, ...} $options Command options
899
+ * @param array $options Command options
900
900
* @return Countable&Iterator
901
901
* @throws InvalidArgumentException for parameter/option parsing errors
902
902
* @throws DriverRuntimeException for other driver errors (e.g. connection errors)
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ class ListSearchIndexes implements Executable
46
46
/**
47
47
* Constructs an aggregate command for listing Atlas Search indexes
48
48
*
49
- * @param string $databaseName Database name
50
- * @param string $collectionName Collection name
51
- * @param array{name?: string, ...} $options Command options
49
+ * @param string $databaseName Database name
50
+ * @param string $collectionName Collection name
51
+ * @param array $options Command options
52
52
*/
53
53
public function __construct (string $ databaseName , string $ collectionName , array $ options = [])
54
54
{
You can’t perform that action at this time.
0 commit comments