Tom Klingenberg 13 years ago
parent
commit
296123db26
2 changed files with 4 additions and 1 deletions
  1. 3 0
      src/Composer/Factory.php
  2. 1 1
      src/Composer/Package/PackageInterface.php

+ 3 - 0
src/Composer/Factory.php

@@ -27,6 +27,9 @@ use Composer\Util\RemoteFilesystem;
  */
 class Factory
 {
+    /**
+     * @return Config
+     */
     public static function createConfig()
     {
         // load main Composer configuration

+ 1 - 1
src/Composer/Package/PackageInterface.php

@@ -288,7 +288,7 @@ interface PackageInterface
     /**
      * Returns the release date of the package
      *
-     * @return DateTime
+     * @return \DateTime
      */
     function getReleaseDate();