Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55891cd

Browse files
keradusnicolas-grekas
authored andcommitted
chore: CS fixes
1 parent ffb7f12 commit 55891cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Tests/Factory/PsrHttpFactoryTest.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,14 @@ public function testUploadErrNoFile()
219219
[],
220220
[],
221221
[
222-
'f1' => $file,
223-
'f2' => ['name' => null, 'type' => null, 'tmp_name' => null, 'error' => \UPLOAD_ERR_NO_FILE, 'size' => 0],
224-
],
222+
'f1' => $file,
223+
'f2' => ['name' => null, 'type' => null, 'tmp_name' => null, 'error' => \UPLOAD_ERR_NO_FILE, 'size' => 0],
224+
],
225225
[
226-
'REQUEST_METHOD' => 'POST',
227-
'HTTP_HOST' => 'dunglas.fr',
228-
'HTTP_X_SYMFONY' => '2.8',
229-
],
226+
'REQUEST_METHOD' => 'POST',
227+
'HTTP_HOST' => 'dunglas.fr',
228+
'HTTP_X_SYMFONY' => '2.8',
229+
],
230230
'Content'
231231
);
232232

0 commit comments

Comments
 (0)