Skip to content

Commit

Permalink
Merge pull request #11266 from greg0ire/more-valid-docs
Browse files Browse the repository at this point in the history
More valid docs
  • Loading branch information
greg0ire authored Feb 17, 2024
2 parents 1d218ba + dba9d72 commit 401a0c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Implementing ArrayAccess for Domain Objects
===========================================

.. sectionauthor:: Roman Borschel ([email protected])
.. sectionauthor:: Roman Borschel <[email protected]>

This recipe will show you how to implement ArrayAccess for your
domain objects in order to allow more uniform access, for example
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Implementing the Notify ChangeTracking Policy
=============================================

.. sectionauthor:: Roman Borschel ([email protected])
.. sectionauthor:: Roman Borschel <[email protected]>

The NOTIFY change-tracking policy is the most effective
change-tracking policy provided by Doctrine but it requires some
Expand Down
2 changes: 2 additions & 0 deletions docs/en/reference/installation.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

Installation
============

Expand Down
1 change: 1 addition & 0 deletions docs/en/sidebar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
reference/inheritance-mapping
reference/working-with-objects
reference/working-with-associations
reference/typedfieldmapper
reference/events
reference/unitofwork
reference/unitofwork-associations
Expand Down

0 comments on commit 401a0c4

Please sign in to comment.