1
0
Fork 0

Merge pull request #549 from chEbba/package-interface-return-values

Fix return values for getLicense and getBinaries documentation
pull/498/merge
Jordi Boggiano 2012-04-08 12:35:27 -07:00
commit d63c0100ab
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ interface PackageInterface
/**
* Returns the package license, e.g. MIT, BSD, GPL
*
* @return string The package license
* @return array The package licenses
*/
function getLicense();
@ -304,7 +304,7 @@ interface PackageInterface
/**
* Returns the package binaries
*
* @return string
* @return array
*/
function getBinaries();