1
0
Fork 0
pull/683/head
Tom Klingenberg 2012-05-13 19:39:38 +02:00
parent ce16575adb
commit 296123db26
2 changed files with 4 additions and 1 deletions

View File

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

View File

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