Fixed static analysis issues

This commit is contained in:
Jan Böhmer 2023-06-11 23:16:07 +02:00
parent 172884ace8
commit 485b35fbd4
4 changed files with 21 additions and 14 deletions

View file

@ -87,9 +87,6 @@ class LogController extends AbstractController
]);
}
/**
* @param Request $request
*/
#[Route(path: '/{id}/details', name: 'log_details')]
public function logDetails(AbstractLogEntry $logEntry, LogEntryExtraFormatter $logEntryExtraFormatter,
LogLevelHelper $logLevelHelper, LogTargetHelper $logTargetHelper, EntityManagerInterface $entityManager): Response