From c64d7b7dc77f908a032bb08eecbbc58a673896f5 Mon Sep 17 00:00:00 2001 From: Ph3nol Date: Sat, 2 Jun 2012 15:22:20 +0200 Subject: [PATCH] PHP doc return tag added to SpdxLicenseIdentifier class method --- src/Composer/Util/SpdxLicenseIdentifier.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Composer/Util/SpdxLicenseIdentifier.php b/src/Composer/Util/SpdxLicenseIdentifier.php index 02525bb24..59584001c 100644 --- a/src/Composer/Util/SpdxLicenseIdentifier.php +++ b/src/Composer/Util/SpdxLicenseIdentifier.php @@ -35,6 +35,7 @@ class SpdxLicenseIdentifier /** * @param array|string $license * + * @return bool * @throws \InvalidArgumentException */ public function validate($license)