Fix docblock

This commit is contained in:
An Phan 2016-03-27 09:54:22 +07:00
parent 95566d7166
commit bad47db651

View file

@ -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)