diff options
Diffstat (limited to 'lib/composer')
-rw-r--r-- | lib/composer/composer/autoload_static.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/composer/composer/autoload_static.php b/lib/composer/composer/autoload_static.php index 257efa3d932..544cedba124 100644 --- a/lib/composer/composer/autoload_static.php +++ b/lib/composer/composer/autoload_static.php @@ -7,7 +7,7 @@ namespace Composer\Autoload; class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c { public static $prefixLengthsPsr4 = array ( - 'O' => + 'O' => array ( 'OC\\Settings\\' => 12, 'OC\\Core\\' => 8, @@ -17,19 +17,19 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c ); public static $prefixDirsPsr4 = array ( - 'OC\\Settings\\' => + 'OC\\Settings\\' => array ( 0 => __DIR__ . '/../../..' . '/settings', ), - 'OC\\Core\\' => + 'OC\\Core\\' => array ( 0 => __DIR__ . '/../../..' . '/core', ), - 'OC\\' => + 'OC\\' => array ( 0 => __DIR__ . '/../../..' . '/lib/private', ), - 'OCP\\' => + 'OCP\\' => array ( 0 => __DIR__ . '/../../..' . '/lib/public', ), |