mirror of
https://github.com/koel/koel
synced 2024-11-10 22:54:16 +00:00
Fix docblock
This commit is contained in:
parent
95566d7166
commit
bad47db651
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class File
|
|||
|
||||
/**
|
||||
* Construct our File object.
|
||||
* Upon construction,.
|
||||
* Upon construction, we'll set the path, hash, and associated Song object (if any).
|
||||
*
|
||||
* @param string|SplFileInfo $path Either the file's path, or a SplFileInfo object
|
||||
* @param getID3 $getID3 A getID3 object for DI (and better performance)
|
||||
|
|
Loading…
Reference in a new issue