Skip to content

Commit

Permalink
Link AfterEvent to SF's Event
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adriendupuis committed Nov 4, 2024
1 parent b10e48c commit 563f8d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contracts/Repository/Event/AfterEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 563f8d9

Please sign in to comment.