Skip to content

Commit 6c10ec3

Browse files
benjaminpicknicolas-grekas
authored andcommitted
Fix php.net links
1 parent a69c3dd commit 6c10ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/MongoDbStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function __construct(Collection|Database|Client|Manager|string $mongo, ar
149149
*
150150
* Non-standard parameters are removed from the URI to improve libmongoc's re-use of connections.
151151
*
152-
* @see https://www.php.net/manual/en/mongodb.connection-handling.php
152+
* @see https://php.net/mongodb.connection-handling
153153
*/
154154
private function skimUri(string $uri): string
155155
{

0 commit comments

Comments
 (0)