]> BookStack Code Mirror - bookstack/blobdiff - app/Theming/ThemeEvents.php
fix(503): massively simplify the 503 error view
[bookstack] / app / Theming / ThemeEvents.php
index 7acb3fac9223dbc875ab9e354b63d95ef191052c..48073416ca6d72661685cae210623e0ea5faf53b 100644 (file)
@@ -90,8 +90,8 @@ class ThemeEvents
      * If the listener returns a non-null value, that will be used as the POST data instead
      * of the system default.
      *
-     * @param string $event
-     * @param \BookStack\Actions\Webhook $webhook
+     * @param string                                $event
+     * @param \BookStack\Actions\Webhook            $webhook
      * @param string|\BookStack\Interfaces\Loggable $detail
      */
     const WEBHOOK_CALL_BEFORE = 'webhook_call_before';