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. |
@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | |
| 48 | 48 | public function getExpirationTimeInSeconds(): int; |
| 49 | 49 | |
| 50 | - public function getFileName(string|UploadedFile $file): string; |
|
| 50 | + public function getFileName(string | UploadedFile $file): string; |
|
| 51 | 51 | |
| 52 | 52 | public function getRepeatableContainerName(): ?string; |
| 53 | 53 | |