Automated formatting changes

This commit is contained in:
Formatter Bot 2020-10-05 23:36:37 +00:00
parent 67ca803026
commit ce40682a3b

View File

@ -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)