소스 검색

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

PHP doc return tag added to SpdxLicenseIdentifier class method
Nils Adermann 12 년 전
부모
커밋
cd1295906c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Composer/Util/SpdxLicenseIdentifier.php

+ 1 - 0
src/Composer/Util/SpdxLicenseIdentifier.php

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