Update PackageInterface.php

This commit is contained in:
ibasaw 2014-04-18 13:56:04 +02:00
parent f72eb34fc4
commit e0433297b2

View File

@ -29,7 +29,7 @@ interface PackageInterface
* Returns an absolute or root-relative public path.
*
* @param string $path A path
* @prama string|Boolean|null $version A specific version for the path
* @param string|Boolean|null $version A specific version for the path
*
* @return string The public path
*/