diff options
Diffstat (limited to 'vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php')
-rw-r--r-- | vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php b/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php index 5483e815..f0212753 100644 --- a/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php +++ b/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php @@ -15,6 +15,8 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface; /** * @author Fabien Potencier <fabien@symfony.com> + * + * @method reset() Resets the trace. */ interface TraceableEventDispatcherInterface extends EventDispatcherInterface { |