mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Automated formatting changes
This commit is contained in:
parent
67ca803026
commit
ce40682a3b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user