瀏覽代碼

PHP doc return tag added to SpdxLicenseIdentifier class method

Ph3nol 12 年之前
父節點
當前提交
c64d7b7dc7
共有 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)