Skip to content

Commit 401a0c4

Browse files
authored
Merge pull request #11266 from greg0ire/more-valid-docs
More valid docs
2 parents 1d218ba + dba9d72 commit 401a0c4

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
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/cookbook/implementing-the-notify-changetracking-policy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Implementing the Notify ChangeTracking Policy
22
=============================================
33

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

66
The NOTIFY change-tracking policy is the most effective
77
change-tracking policy provided by Doctrine but it requires some

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)