Indentation

This commit is contained in:
Michael 2021-05-24 04:58:41 +00:00
parent c582729eae
commit c322a424ad
1 changed files with 8 additions and 8 deletions

View File

@ -84,18 +84,18 @@ class HTTPInputDataTest extends MockedTest
], ],
'files' => [ 'files' => [
'avatar' => [ 'avatar' => [
'name' => '8ZUCS34Y5XNH', 'name' => '8ZUCS34Y5XNH',
'type' => 'image/png', 'type' => 'image/png',
'tmp_name' => '/tmp/phpf85nKJ', 'tmp_name' => '/tmp/phpf85nKJ',
'error' => 0, 'error' => 0,
'size' => 349330 'size' => 349330
], ],
'header' => [ 'header' => [
'name' => 'V2B6Z1IICGPM', 'name' => 'V2B6Z1IICGPM',
'type' => 'image/png', 'type' => 'image/png',
'tmp_name' => '/tmp/phpe3sqHT', 'tmp_name' => '/tmp/phpe3sqHT',
'error' => 0, 'error' => 0,
'size' => 1323635 'size' => 1323635
] ]
] ]
] ]