1
0
Fork 0

Added phpdoc for ComposerAutoloaderInit$SHA1::getLoader() (#8393)

pull/8401/head
Markus Staab 2019-10-29 14:08:33 +01:00 committed by Jordi Boggiano
parent eea4098f98
commit e47aa38ad4
7 changed files with 21 additions and 0 deletions

View File

@ -592,6 +592,9 @@ class ComposerAutoloaderInit$suffix
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::\$loader) {

View File

@ -13,6 +13,9 @@ class ComposerAutoloaderInitFilesAutoloadOrder
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {

View File

@ -13,6 +13,9 @@ class ComposerAutoloaderInitFilesAutoload
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {

View File

@ -13,6 +13,9 @@ class ComposerAutoloaderInitFilesAutoload
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {

View File

@ -13,6 +13,9 @@ class ComposerAutoloaderInitFilesAutoload
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {

View File

@ -13,6 +13,9 @@ class ComposerAutoloaderInitIncludePath
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {

View File

@ -13,6 +13,9 @@ class ComposerAutoloaderInitTargetDir
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {