*/ interface NullControllerInterface { /** * Nothing to do */ public function noAction(Request $request); }