PHP attributes
are a PHP 8+ feature that provides a native way to add metadata to classes,
methods, properties, and other language constructs. They replace doctrine
annotations by offering a standardized approach to metadata, eliminating
@@ -2391,7 +2391,7 @@
-
You can read more about the available MongoDB types on php.net.
+
You can read more about the available MongoDB types on php.net.
+MongoDB PHP extension installed and enabled. See the official PHP manual for download and installation instructions.
Before we can begin, we'll need to install the Doctrine MongoDB ODM library and
diff --git a/projects/doctrine-mongodb-odm/en/latest/reference/metadata-drivers.html b/projects/doctrine-mongodb-odm/en/latest/reference/metadata-drivers.html
index 5d483d7b9c1..f673d797101 100644
--- a/projects/doctrine-mongodb-odm/en/latest/reference/metadata-drivers.html
+++ b/projects/doctrine-mongodb-odm/en/latest/reference/metadata-drivers.html
@@ -2060,7 +2060,7 @@
+automatically generate an ObjectId when you persist the document.
diff --git a/projects/doctrine-orm-module.html b/projects/doctrine-orm-module.html
index 62d8384dff0..85f8aa6b840 100644
--- a/projects/doctrine-orm-module.html
+++ b/projects/doctrine-orm-module.html
@@ -439,15 +439,15 @@