Skip to content

Commit 92d7b10

Browse files
committed
doc
1 parent d8898e2 commit 92d7b10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Helpers/File.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ public static function type(string $path): MediaType
5555
return MediaType::tryFromStreams($path);
5656
}
5757

58+
/**
59+
* Duration in Ms
60+
*/
5861
public static function duration(string $path): ?float
5962
{
6063
$type = static::type($path);

0 commit comments

Comments
 (0)