Skip to content

Commit 10a1814

Browse files
Merge branch '6.4' into 7.2
* 6.4: Fix php.net links [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer`
2 parents 69599a1 + 6c10ec3 commit 10a1814

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
@@ -142,7 +142,7 @@ public function __construct(
142142
*
143143
* Non-standard parameters are removed from the URI to improve libmongoc's re-use of connections.
144144
*
145-
* @see https://www.php.net/manual/en/mongodb.connection-handling.php
145+
* @see https://php.net/mongodb.connection-handling
146146
*/
147147
private function skimUri(string $uri): string
148148
{

0 commit comments

Comments
 (0)