Quellcode durchsuchen

PHP doc return tag added to SpdxLicenseIdentifier class method

Ph3nol vor 12 Jahren
Ursprung
Commit
c64d7b7dc7
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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)