1
0
Fork 0

Merge pull request #761 from Ph3nol/ph3-util-fixes

PHP doc return tag added to SpdxLicenseIdentifier class method
pull/759/merge
Nils Adermann 2012-06-02 12:18:27 -07:00
commit cd1295906c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class SpdxLicenseIdentifier
/** /**
* @param array|string $license * @param array|string $license
* *
* @return bool
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
*/ */
public function validate($license) public function validate($license)