CS Fixes
parent
ce16575adb
commit
296123db26
|
@ -27,6 +27,9 @@ use Composer\Util\RemoteFilesystem;
|
|||
*/
|
||||
class Factory
|
||||
{
|
||||
/**
|
||||
* @return Config
|
||||
*/
|
||||
public static function createConfig()
|
||||
{
|
||||
// load main Composer configuration
|
||||
|
|
|
@ -288,7 +288,7 @@ interface PackageInterface
|
|||
/**
|
||||
* Returns the release date of the package
|
||||
*
|
||||
* @return DateTime
|
||||
* @return \DateTime
|
||||
*/
|
||||
function getReleaseDate();
|
||||
|
||||
|
|
Loading…
Reference in New Issue