fixed typo

This commit is contained in:
Fabien Potencier 2014-04-18 21:44:02 +02:00
parent 61d1e5f3c7
commit 3c42345293

View File

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