From 563f8d95b4da39f434daeedbdb8002cf5ba29534 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:40:51 +0200 Subject: [PATCH] Link AfterEvent to SF's Event As this is outside the actual PHP API Ref Ibexa\Contracts scope, this isn't documented. This @link can help by linking to SF repo. --- src/contracts/Repository/Event/AfterEvent.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/contracts/Repository/Event/AfterEvent.php b/src/contracts/Repository/Event/AfterEvent.php index f71f471916..627bd7dfe1 100644 --- a/src/contracts/Repository/Event/AfterEvent.php +++ b/src/contracts/Repository/Event/AfterEvent.php @@ -12,6 +12,8 @@ /** * Event emitted after action execution. + * + * @link https://github.com/symfony/symfony/blob/5.4/src/Symfony/Contracts/EventDispatcher/Event.php Symfony\Contracts\EventDispatcher\Event */ abstract class AfterEvent extends Event {