Skip to content

Commit 5a4cce3

Browse files
committed
- added missing property type
1 parent acee308 commit 5a4cce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ final class Mime
241241
/**
242242
* @var array
243243
*/
244-
private static $typesToExtensions = [
244+
private static array $typesToExtensions = [
245245
'application/json' => ['json'],
246246
'text/xml' => ['xml', 'xsl'],
247247
'application/xml' => ['xml'],

0 commit comments

Comments
 (0)