We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -10,7 +10,7 @@ discard block |
||
10 | 10 | /** |
11 | 11 | * Static constructor function. |
12 | 12 | */ |
13 | - public static function for(array $field, array $configuration): UploaderInterface; |
|
13 | + public static function for (array $field, array $configuration): UploaderInterface; |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * Default implementation functions. |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | |
44 | 44 | public function getExpirationTimeInMinutes(): int; |
45 | 45 | |
46 | - public function getFileName(string|UploadedFile $file): string; |
|
46 | + public function getFileName(string | UploadedFile $file): string; |
|
47 | 47 | |
48 | 48 | public function getRepeatableContainerName(): ?string; |
49 | 49 |