Fix return values for getLicense and getBinaries
parent
f21ce43a52
commit
7c8290e968
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue