Skip to content

Commit f5ad786

Browse files
authored
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.
1 parent ef76f23 commit f5ad786

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/contracts/Repository/Event/AfterEvent.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
/**
1414
* Event emitted after action execution.
15+
*
16+
* @link https://github.com/symfony/symfony/blob/5.4/src/Symfony/Contracts/EventDispatcher/Event.php Symfony\Contracts\EventDispatcher\Event
1517
*/
1618
abstract class AfterEvent extends Event
1719
{

0 commit comments

Comments
 (0)