From c271a43904c3cd85d2ca35654f237821b27b1861 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 14 Jun 2018 12:19:55 +1200 Subject: [PATCH] Linting fixes --- tests/php/Control/HTTPTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/php/Control/HTTPTest.php b/tests/php/Control/HTTPTest.php index 052186ca1..517a57020 100644 --- a/tests/php/Control/HTTPTest.php +++ b/tests/php/Control/HTTPTest.php @@ -410,7 +410,7 @@ class HTTPTest extends FunctionalTest // Run middleware HTTPCacheControlMiddleware::singleton() ->process($request, function (HTTPRequest $request) use ($response) { - return $response; - }); + return $response; + }); } }