@@ -78,7 +78,9 @@ |
||
| 78 | 78 | * |
| 79 | 79 | * @param non-empty-string $mimeTypesText The text from the mime.types file. |
| 80 | 80 | */ |
| 81 | - public function __construct(protected readonly string $mimeTypesText) {} |
|
| 81 | + public function __construct(protected readonly string $mimeTypesText) |
|
| 82 | + { |
|
| 83 | +} |
|
| 82 | 84 | |
| 83 | 85 | /** |
| 84 | 86 | * Generate the JSON from the mapCache. |