[HttpKernel] Fix method name in doc comments

This commit is contained in:
Success Go 2020-02-12 22:34:24 +08:00
parent b43d418171
commit 5888566a89
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*