Skip to content

Commit

Permalink
Add missing blank line
Browse files Browse the repository at this point in the history
Not having it messes up the rendering, both with doctrine/rst-parser and
phpDocumentor/guides.
  • Loading branch information
greg0ire committed Sep 24, 2024
1 parent b337726 commit 528e2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/reference/object-change-tracking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ the persistence backend.

This approach is based on `the observer pattern <https://en.wikipedia.org/wiki/Observer_pattern>`_
and consists of the following two interfaces:

* ``Doctrine\Persistence\NotifyPropertyChanged`` that is implemented by the object
whose changes can be tracked,
* ``Doctrine\Persistence\PropertyChangedListener`` that is implemented by subscribers
Expand Down

0 comments on commit 528e2d0

Please sign in to comment.