From 5888566a89c71aeab8577807fd4d0bf436b2d07a Mon Sep 17 00:00:00 2001 From: Success Go Date: Wed, 12 Feb 2020 22:34:24 +0800 Subject: [PATCH] [HttpKernel] Fix method name in doc comments --- src/Symfony/Component/HttpKernel/Event/ExceptionEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpKernel/Event/ExceptionEvent.php b/src/Symfony/Component/HttpKernel/Event/ExceptionEvent.php index a10741a84d..a18fbd31f4 100644 --- a/src/Symfony/Component/HttpKernel/Event/ExceptionEvent.php +++ b/src/Symfony/Component/HttpKernel/Event/ExceptionEvent.php @@ -21,7 +21,7 @@ use Symfony\Component\HttpKernel\HttpKernelInterface; * current request. The propagation of this event is stopped as soon as a * response is set. * - * You can also call setException() to replace the thrown exception. This + * You can also call setThrowable() to replace the thrown exception. This * exception will be thrown if no response is set during processing of this * event. *