Skip to content

Commit

Permalink
Merge pull request #383 from doctrine/fix-docs
Browse files Browse the repository at this point in the history
Add missing blank line
  • Loading branch information
greg0ire authored Sep 24, 2024
2 parents b337726 + 528e2d0 commit 69a864f
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 69a864f

Please sign in to comment.