mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 08:18:31 +08:00
CS fix
This commit is contained in:
parent
c83e386ed2
commit
77807c4bb8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user