diff --git a/Changelog b/Changelog index 5ed1e7f98..d58658394 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-12-19 DariusIII + * Chg: Fix phpdoc block in ClearanceMiddleware * Fix: Fix series view * Chg: Update barryvdh/laravel-ide-helper to latest version * Chg: Update VIEW_COMPILED_PATH with default value in .env.example diff --git a/app/Http/Middleware/ClearanceMiddleware.php b/app/Http/Middleware/ClearanceMiddleware.php index 0d097e90b..f96ad30a7 100644 --- a/app/Http/Middleware/ClearanceMiddleware.php +++ b/app/Http/Middleware/ClearanceMiddleware.php @@ -10,9 +10,10 @@ class ClearanceMiddleware /** * Handle an incoming request. * - * @param \Illuminate\Http\Request $request - * @param \Closure $next + * @param \Illuminate\Http\Request $request + * @param \Closure $next * @return mixed + * @throws \Exception */ public function handle($request, Closure $next) {