Skip to content

Commit

Permalink
Use correction sectionauthor syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Feb 17, 2024
1 parent 1d218ba commit 7b3db4a
Show file tree
Hide file tree
Showing 2 changed files with 2 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 (roman@code-factory.org)
.. sectionauthor:: Roman Borschel <roman@code-factory.org>

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 (roman@code-factory.org)
.. sectionauthor:: Roman Borschel <roman@code-factory.org>

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

0 comments on commit 7b3db4a

Please sign in to comment.