Automated formatting changes

This commit is contained in:
Formatter Bot 2023-09-21 23:30:31 +00:00
parent 455c9c8069
commit 7fea04d08e

View File

@ -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],
]; ];