Skip to content

Commit

Permalink
Apply fixes from StyleCI (#7242)
Browse files Browse the repository at this point in the history
This pull request applies code style fixes from an analysis carried out
by [StyleCI](https://github.styleci.io).

---

For more information, click
[here](https://github.styleci.io/analyses/ZnLndY).
  • Loading branch information
DawoudIO authored Feb 3, 2025
2 parents 6c39dcc + d0f9d50 commit a609778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Include/slim/error-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ini_set('log_errors', true);
ini_set('error_log', LoggerUtils::buildLogFilePath('slim'));

$errorMiddleware = $app->addErrorMiddleware(LoggerUtils::isDebugLogLevel(), true,true, LoggerUtils::getSlimMVCLogger());
$errorMiddleware = $app->addErrorMiddleware(LoggerUtils::isDebugLogLevel(), true, true, LoggerUtils::getSlimMVCLogger());
// Get the default error handler and register my custom error renderer.
$errorHandler = $errorMiddleware->getDefaultErrorHandler();

Expand Down

0 comments on commit a609778

Please sign in to comment.