]> git.mxchange.org Git - friendica.git/commitdiff
Indentation
authorMichael <heluecht@pirati.ca>
Mon, 24 May 2021 04:58:41 +0000 (04:58 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 24 May 2021 04:58:41 +0000 (04:58 +0000)
tests/src/Util/HTTPInputDataTest.php

index 7c384f6f7e69f15c67dbadc1fbe4e30e8ec5158f..55328e7a431d4347ea75aa37807c4fb9f49b7e33 100644 (file)
@@ -84,18 +84,18 @@ class HTTPInputDataTest extends MockedTest
                                        ],
                                        'files' => [
                                                'avatar' => [
-                                                       'name' => '8ZUCS34Y5XNH',
-                                                       'type' => 'image/png',
+                                                       'name'     => '8ZUCS34Y5XNH',
+                                                       'type'     => 'image/png',
                                                        'tmp_name' => '/tmp/phpf85nKJ',
-                                                       'error' => 0,
-                                                       'size' => 349330
+                                                       'error'    => 0,
+                                                       'size'     => 349330
                                                ],
                                                'header' => [
-                                                       'name' => 'V2B6Z1IICGPM',
-                                                       'type' => 'image/png',
+                                                       'name'     => 'V2B6Z1IICGPM',
+                                                       'type'     => 'image/png',
                                                        'tmp_name' => '/tmp/phpe3sqHT',
-                                                       'error' => 0,
-                                                       'size' => 1323635
+                                                       'error'    => 0,
+                                                       'size'     => 1323635
                                                ]
                                        ]
                                ]