mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
php cs fixer and rector: add missing comma in AsyncUploadControllerTest
This commit is contained in:
parent
2adc8b3bf6
commit
af4db22184
@ -73,7 +73,7 @@ class AsyncUploadControllerTest extends TestCase
|
||||
return new SignedUrlPost(
|
||||
'https://object.store.example',
|
||||
new \DateTimeImmutable('1 hour'),
|
||||
'abc'
|
||||
'abc',
|
||||
150,
|
||||
1,
|
||||
1800,
|
||||
|
@ -60,7 +60,7 @@ class SignedUrlPostNormalizerTest extends KernelTestCase
|
||||
'method' => 'POST',
|
||||
'expires' => 1_700_000,
|
||||
'url' => 'https://object.store.example/container/object',
|
||||
'object_name' => 'abc'
|
||||
'object_name' => 'abc',
|
||||
],
|
||||
$actual
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user