package and depencies
This commit is contained in:
@@ -37,5 +37,5 @@ interface ControllerResolverInterface
|
||||
*
|
||||
* @throws \LogicException If a controller was found based on the request but it is not callable
|
||||
*/
|
||||
public function getController(Request $request);
|
||||
public function getController(Request $request): callable|false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user