mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-03 11:18:42 +00:00
Automated formatting changes
This commit is contained in:
parent
455c9c8069
commit
7fea04d08e
|
|
@ -265,7 +265,7 @@ final class HttpRequestTest extends \PHPUnit\Framework\TestCase
|
||||||
$request = new HttpRequest(new HttpUri(''));
|
$request = new HttpRequest(new HttpUri(''));
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
0 => 1, 1 => 2, 2 => 3,
|
0 => 1, 1 => 2, 2 => 3,
|
||||||
'a' => 'b',
|
'a' => 'b',
|
||||||
'b' => [4, 5],
|
'b' => [4, 5],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user