]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Middleware/PreventAuthenticatedResponseCaching.php
Fixed failing test after drawio default url change
[bookstack] / app / Http / Middleware / PreventAuthenticatedResponseCaching.php
index 3ad5b3914a13869558b13cf7d8346f7230cb6048..60c9138110a1665947c56a5c06f5896b1c4fd273 100644 (file)
@@ -10,8 +10,9 @@ class PreventAuthenticatedResponseCaching
     /**
      * Handle an incoming request.
      *
-     * @param  \Illuminate\Http\Request  $request
-     * @param  \Closure  $next
+     * @param \Illuminate\Http\Request $request
+     * @param \Closure                 $next
+     *
      * @return mixed
      */
     public function handle($request, Closure $next)