File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,10 @@ listeners to the events discussed below::
131
131
// trigger the kernel.terminate event
132
132
$kernel->terminate($request, $response);
133
133
134
- See ":ref: `http-kernel-working-example `" for a more concrete implementation.
134
+ See ":ref: `A full working example < http-kernel-working-example > `" for a more concrete implementation.
135
135
136
136
For general information on adding listeners to the events below, see
137
- :ref: `http-kernel-creating-listener `.
137
+ :ref: `Creating an Event Listener < http-kernel-creating-listener > `.
138
138
139
139
.. seealso ::
140
140
@@ -229,7 +229,7 @@ This implementation is explained more in the sidebar below::
229
229
230
230
interface ControllerResolverInterface
231
231
{
232
- public function getController(Request $request);
232
+ public function getController(Request $request): callable|false ;
233
233
}
234
234
235
235
Internally, the ``HttpKernel::handle() `` method first calls
You can’t perform that action at this time.
0 commit comments