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