From: Dan Brown Date: Mon, 28 Jun 2021 20:17:10 +0000 (+0100) Subject: Updated comments of theme event to match usage X-Git-Tag: v21.08~1^2~29 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/f295ab87b428e1b9c52cb9958371a01feb87ced9?ds=inline Updated comments of theme event to match usage --- diff --git a/app/Theming/ThemeEvents.php b/app/Theming/ThemeEvents.php index e170cbf75..76bf649f9 100644 --- a/app/Theming/ThemeEvents.php +++ b/app/Theming/ThemeEvents.php @@ -42,6 +42,7 @@ class ThemeEvents * Return values, if provided, will be used as a new response to use. * * @param \Illuminate\Http\Request $request + * @param \Illuminate\Http\Response|Symfony\Component\HttpFoundation\BinaryFileResponse $response * @returns \Illuminate\Http\Response|null */ const WEB_MIDDLEWARE_AFTER = 'web_middleware_after';