Add eslint packages

This commit is contained in:
2026-09-18 15:43:01 +09:00
parent 74da813832
commit 66d5f6247b
4 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class File
* @param string $read_file File to read, relative or absolute path
* @return string mime type
* @throws \UnexpectedValueException if file cannot be read or is not a file
* @throws \RangeException if we cannot get a mime type and throw exception is on
* @throws \RangeException if we cannot get a mime type
*/
public static function getMimeType(string $read_file): string
{