Skip to content

Commit 4b03ec7

Browse files
authored
Refine Explanations of Doctrine orm Package Structure (#11710)
* Update architecture.rst * Update architecture.rst
1 parent 44fa8bb commit 4b03ec7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/en/reference/architecture.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ Doctrine ORM is divided into four main packages.
3333
- ORM (depends on DBAL+Persistence+Collections)
3434

3535
This manual mainly covers the ORM package, sometimes touching parts
36-
of the underlying DBAL and Persistence packages. The Doctrine code base
37-
is split in to these packages for a few reasons and they are to...
36+
of the underlying DBAL and Persistence packages. The Doctrine codebase
37+
is split into these packages for a few reasons:
3838

3939

40-
- ...make things more maintainable and decoupled
41-
- ...allow you to use the code in Doctrine Persistence and Collections
42-
without the ORM or DBAL
43-
- ...allow you to use the DBAL without the ORM
40+
- to make things more maintainable and decoupled
41+
- to allow you to use the code in Doctrine Persistence and Collections without the ORM or DBAL
42+
- to allow you to use the DBAL without the ORM
4443

4544
Collection, Event Manager and Persistence
4645
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)