mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	php cs fixer and rector: add missing comma in AsyncUploadControllerTest
This commit is contained in:
		| @@ -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 | ||||
|         ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user