Skip to content

Commit

Permalink
Updated src/Application/Handlers/ShutdownHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoM90 committed May 15, 2024
1 parent 77975dc commit 2079ed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Application/Handlers/ShutdownHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ class ShutdownHandler
private bool $logErrorDetails;

public function __construct(
Request $request,
Request $request,
HttpErrorHandler $errorHandler,
bool $displayErrorDetails,
bool $logError,
bool $logErrorDetails
bool $displayErrorDetails,
bool $logError,
bool $logErrorDetails
) {
$this->request = $request;
$this->errorHandler = $errorHandler;
Expand Down

0 comments on commit 2079ed9

Please sign in to comment.