summaryrefslogtreecommitdiff
path: root/tests/Unit/Middleware/RequestHandlerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Middleware/RequestHandlerTest.php')
-rw-r--r--tests/Unit/Middleware/RequestHandlerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Middleware/RequestHandlerTest.php b/tests/Unit/Middleware/RequestHandlerTest.php
index b1ffbd33..cb5fc4a6 100644
--- a/tests/Unit/Middleware/RequestHandlerTest.php
+++ b/tests/Unit/Middleware/RequestHandlerTest.php
@@ -147,6 +147,6 @@ class RequestHandlerTest extends TestCase
/** @var MiddlewareInterface $middlewareInterface */
$middlewareInterface = $this->getMockForAbstractClass(MiddlewareInterface::class);
- return array($container, $request, $handler, $response, $middlewareInterface);
+ return [$container, $request, $handler, $response, $middlewareInterface];
}
}