From 528e2d0d1c8663a2f46b05a0bf4876a9a58b9f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 24 Sep 2024 22:46:45 +0200 Subject: [PATCH] Add missing blank line Not having it messes up the rendering, both with doctrine/rst-parser and phpDocumentor/guides. --- docs/en/reference/object-change-tracking.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/reference/object-change-tracking.rst b/docs/en/reference/object-change-tracking.rst index b2cacfde..27aade80 100644 --- a/docs/en/reference/object-change-tracking.rst +++ b/docs/en/reference/object-change-tracking.rst @@ -9,6 +9,7 @@ the persistence backend. This approach is based on `the 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