1
0
Fork 0

Fix return values for getLicense and getBinaries

pull/549/head
Kirill chEbba Chebunin 2012-04-08 23:28:57 +04:00
parent f21ce43a52
commit 7c8290e968
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 * Returns the package license, e.g. MIT, BSD, GPL
* *
* @return string The package license * @return array The package licenses
*/ */
function getLicense(); function getLicense();
@ -304,7 +304,7 @@ interface PackageInterface
/** /**
* Returns the package binaries * Returns the package binaries
* *
* @return string * @return array
*/ */
function getBinaries(); function getBinaries();