-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11266 from greg0ire/more-valid-docs
More valid docs
- Loading branch information
Showing
4 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
2 changes: 1 addition & 1 deletion
2
docs/en/cookbook/implementing-the-notify-changetracking-policy.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
:orphan: | ||
|
||
Installation | ||
============ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters