summaryrefslogtreecommitdiffstats
path: root/lib/composer
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-19 09:48:49 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-19 09:48:49 +0100
commit150f39ed50b7c33a0cc880303ab2db914f641595 (patch)
treea72e329690095ee525c7685b27ba11fb3b8ea6b9 /lib/composer
parent4a21ce27ffd3883dd2c08d45b0258511469aa74b (diff)
downloadnextcloud-server-150f39ed50b7c33a0cc880303ab2db914f641595.tar.gz
nextcloud-server-150f39ed50b7c33a0cc880303ab2db914f641595.zip
Update autoloaders for composer v1.10.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/composer')
-rw-r--r--lib/composer/composer/autoload_real.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/composer/composer/autoload_real.php b/lib/composer/composer/autoload_real.php
index b9f89d16ad7..a17f25c5eaf 100644
--- a/lib/composer/composer/autoload_real.php
+++ b/lib/composer/composer/autoload_real.php
@@ -13,6 +13,9 @@ class ComposerAutoloaderInit53792487c5a8370acc0b06b1a864ff4c
}
}
+ /**
+ * @return \Composer\Autoload\ClassLoader
+ */
public static function getLoader()
{
if (null !== self::$loader) {