@@ -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 string $mimeTypesText) {} |
|
81 | + public function __construct(protected string $mimeTypesText) |
|
82 | + { |
|
83 | +} |
|
82 | 84 | |
83 | 85 | /** |
84 | 86 | * Generate the JSON from the mapCache. |
@@ -73,7 +73,7 @@ |
||
73 | 73 | * |
74 | 74 | * @return false|int The number of bytes that were written to the file, or false on failure. |
75 | 75 | */ |
76 | - public function save(string $file, int $flags = 0, mixed $context = null): false|int; |
|
76 | + public function save(string $file, int $flags = 0, mixed $context = null): false | int; |
|
77 | 77 | |
78 | 78 | /** |
79 | 79 | * Create a new mapping builder based on types from a file. |