It makes much more sense to index the arguments to a slot by key
rather then by numeric index to avoid bugs.
Change-Id: Iaa4b496aa6394809d95e29634648e59e5bc5bd42
} catch (Tx_Extbase_MVC_Exception_StopAction $ignoredException) {
}
}
- $this->signalSlotDispatcher->dispatch(__CLASS__, 'afterRequestDispatch', array($request, $response));
+ $this->signalSlotDispatcher->dispatch(__CLASS__, 'afterRequestDispatch', array('request' => $request, 'response' => $response));
}
/**