We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ad1d9 commit 8422a41Copy full SHA for 8422a41
docs/en/reference/unitofwork.rst
@@ -102,7 +102,7 @@ How Doctrine Detects Changes
102
----------------------------
103
104
Doctrine is a data-mapper that tries to achieve persistence-ignorance (PI).
105
-This means you map php objects into a relational database that don't
+This means you map PHP objects into a relational database that don't
106
necessarily know about the database at all. A natural question would now be,
107
"how does Doctrine even detect objects have changed?".
108
0 commit comments