File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ Handling Exceptions: the ``kernel.exception`` Event
509
509
:ref: `Kernel Events Information Table <component-http-kernel-event-table >`
510
510
511
511
If an exception is thrown at any point inside ``HttpKernel::handle() ``, another
512
- event - ``kernel.exception `` is thrown . Internally, the body of the ``handle() ``
512
+ event - ``kernel.exception `` is dispatched . Internally, the body of the ``handle() ``
513
513
method is wrapped in a try-catch block. When any exception is thrown, the
514
514
``kernel.exception `` event is dispatched so that your system can somehow respond
515
515
to the exception.
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ with the ``doctrine.event_listener`` tag:
200
200
201
201
use App\EventListener\SearchIndexer;
202
202
203
- return static function (ContainerConfigurator $container ) {
203
+ return static function (ContainerConfigurator $configurator ) {
204
204
$services = $configurator->services();
205
205
206
206
// listeners are applied by default to all Doctrine connections
You can’t perform that action at this time.
0 commit comments