1
0
Fork 0

Merge pull request #683 from ktomk/patch-4

Minor fixes while running along.
pull/684/merge
Jordi Boggiano 2012-05-13 12:16:33 -07:00
commit 9dc61be28c
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();