summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Event/GetResponseEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/Event/GetResponseEvent.php')
-rw-r--r--vendor/symfony/http-kernel/Event/GetResponseEvent.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/vendor/symfony/http-kernel/Event/GetResponseEvent.php b/vendor/symfony/http-kernel/Event/GetResponseEvent.php
index c25a0f1cf1..fbed7beef5 100644
--- a/vendor/symfony/http-kernel/Event/GetResponseEvent.php
+++ b/vendor/symfony/http-kernel/Event/GetResponseEvent.php
@@ -14,13 +14,7 @@ namespace Symfony\Component\HttpKernel\Event;
use Symfony\Component\HttpFoundation\Response;
/**
- * Allows to create a response for a request.
- *
- * Call setResponse() to set the response that will be returned for the
- * current request. The propagation of this event is stopped as soon as a
- * response is set.
- *
- * @author Bernhard Schussek <bschussek@gmail.com>
+ * @deprecated since Symfony 4.3, use RequestEvent instead
*/
class GetResponseEvent extends KernelEvent
{