summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Event/PostResponseEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/Event/PostResponseEvent.php')
-rw-r--r--vendor/symfony/http-kernel/Event/PostResponseEvent.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/vendor/symfony/http-kernel/Event/PostResponseEvent.php b/vendor/symfony/http-kernel/Event/PostResponseEvent.php
index 0981e64c92..b86bf07742 100644
--- a/vendor/symfony/http-kernel/Event/PostResponseEvent.php
+++ b/vendor/symfony/http-kernel/Event/PostResponseEvent.php
@@ -16,12 +16,7 @@ use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\HttpKernelInterface;
/**
- * Allows to execute logic after a response was sent.
- *
- * Since it's only triggered on master requests, the `getRequestType()` method
- * will always return the value of `HttpKernelInterface::MASTER_REQUEST`.
- *
- * @author Jordi Boggiano <j.boggiano@seld.be>
+ * @deprecated since Symfony 4.3, use TerminateEvent instead
*/
class PostResponseEvent extends KernelEvent
{