1
0
Fork 0

Comment fix

pull/2584/head
Cinderella-Man 2014-01-23 10:23:57 +00:00
parent aba201b4ba
commit 990bea9845
1 changed files with 2 additions and 3 deletions

View File

@ -498,9 +498,8 @@ class Package extends BasePackage
* Replaces current version and pretty version with passed values. * Replaces current version and pretty version with passed values.
* It also sets stability. * It also sets stability.
* *
* @param string $version * @param string $version The package's normalized version
* * @param string $prettyVersion The package's non-normalized version
* @param string $prettyVersion
*/ */
public function replaceVersion($version, $prettyVersion) public function replaceVersion($version, $prettyVersion)
{ {