mirror of
https://codeberg.org/vlw/php-mime-types.git
synced 2025-09-13 10:43:42 +02:00
doc(fix): add missing double quote
..sigh
This commit is contained in:
parent
cbea23108a
commit
29345dd165
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $mime->get_type_from_ext("webp"); // "image/webp"
|
|||
|
||||
// From pathname
|
||||
$mime->get_ext_from_file("path/to/file.webp"); // "webp"
|
||||
$mime->get_type_from_file("path/to/file.webp); // "image/webp"
|
||||
$mime->get_type_from_file("path/to/file.webp"); // "image/webp"
|
||||
```
|
||||
|
||||
# Installation
|
||||
|
|
Loading…
Add table
Reference in a new issue