mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
CS fix
This commit is contained in:
@@ -55,7 +55,7 @@ class HandleErrors implements ErrorMiddlewareInterface
|
||||
if ($this->debug && $errorCode !== 404) {
|
||||
$whoops = new WhoopsMiddleware;
|
||||
|
||||
return $whoops($error, $request, $response, $out);;
|
||||
return $whoops($error, $request, $response, $out);
|
||||
}
|
||||
|
||||
$errorPage = $this->getErrorPage($status);
|
||||
|
Reference in New Issue
Block a user