Skip to content

Commit 38bc143

Browse files
committed
todo fixes
1 parent 9707107 commit 38bc143

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/coding-standards.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ on:
88

99
env:
1010
PHP_VERSION: "8.2"
11-
# TODO: change to "stable" once 1.20.0 is released
12-
# DRIVER_VERSION: "stable"
13-
DRIVER_VERSION: "mongodb/mongo-php-driver@master"
11+
DRIVER_VERSION: "stable"
1412

1513
jobs:
1614
phpcs:

.github/workflows/static-analysis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ on:
1414

1515
env:
1616
PHP_VERSION: "8.2"
17-
# TODO: change to "stable" once 1.20.0 is released
18-
# DRIVER_VERSION: "stable"
19-
DRIVER_VERSION: "mongodb/mongo-php-driver@master"
17+
DRIVER_VERSION: "stable"
2018

2119
jobs:
2220
psalm:

source/indexes/atlas-search-index.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ Vector Search indexes in one call:
8686
:end-before: end-create-multiple-indexes
8787

8888
After you create Atlas Search or Atlas Vector Search indexes, you can
89-
perform the corresponding query types on your documents.
89+
perform the corresponding query types on your documents. To learn more,
90+
see the following guides:
9091

91-
..
92-
TODO uncomment when https://github.com/mongodb/docs-php-library/pull/197 is merged
93-
To learn more, see the following guides:
94-
- :ref:`php-atlas-search`
95-
- :ref:`php-vector-search`
92+
- :ref:`php-atlas-search` guide
93+
- :ref:`php-vector-search` guide
9694

9795
.. _php-atlas-search-index-list:
9896

0 commit comments

Comments
 (0)