Skip to content

Commit d5ba106

Browse files
authored
Merge pull request #11268 from greg0ire/3.0.x
Merge 2.18.x up into 3.0.x
2 parents 6672aaf + f9a4adc commit d5ba106

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Implementing ArrayAccess for Domain Objects
22
===========================================
33

4-
.. sectionauthor:: Roman Borschel ([email protected])
4+
.. sectionauthor:: Roman Borschel <[email protected]>
55

66
This recipe will show you how to implement ArrayAccess for your
77
domain objects in order to allow more uniform access, for example

docs/en/reference/installation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
Installation
24
============
35

docs/en/sidebar.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
reference/inheritance-mapping
3434
reference/working-with-objects
3535
reference/working-with-associations
36+
reference/typedfieldmapper
3637
reference/events
3738
reference/unitofwork
3839
reference/unitofwork-associations

0 commit comments

Comments
 (0)