From ce40682a3b7af42055ba89873fa4b88db55a05dc Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Mon, 5 Oct 2020 23:36:37 +0000 Subject: [PATCH] Automated formatting changes --- tests/Dispatcher/DispatcherTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dispatcher/DispatcherTest.php b/tests/Dispatcher/DispatcherTest.php index dbbfca987..e810d633c 100644 --- a/tests/Dispatcher/DispatcherTest.php +++ b/tests/Dispatcher/DispatcherTest.php @@ -180,7 +180,7 @@ class DispatcherTest extends \PHPUnit\Framework\TestCase $this->app->dispatcher->dispatch( [ 'dest' => function($app, $req, $resp, $data = null) { return $data; }, - 'data' => 2 + 'data' => 2, ], new HttpRequest(new HttpUri(''), $localization), new HttpResponse($localization)