fixup! Add fix response

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-10-02 08:14:18 +02:00
parent a9fa220e68
commit dc6ff14ca0
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ namespace Composer\Autoload;
class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c
{ {
public static $prefixLengthsPsr4 = array ( public static $prefixLengthsPsr4 = array (
'O' => 'O' =>
array ( array (
'OC\\Settings\\' => 12, 'OC\\Settings\\' => 12,
'OC\\Core\\' => 8, 'OC\\Core\\' => 8,
@ -17,19 +17,19 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c
); );
public static $prefixDirsPsr4 = array ( public static $prefixDirsPsr4 = array (
'OC\\Settings\\' => 'OC\\Settings\\' =>
array ( array (
0 => __DIR__ . '/../../..' . '/settings', 0 => __DIR__ . '/../../..' . '/settings',
), ),
'OC\\Core\\' => 'OC\\Core\\' =>
array ( array (
0 => __DIR__ . '/../../..' . '/core', 0 => __DIR__ . '/../../..' . '/core',
), ),
'OC\\' => 'OC\\' =>
array ( array (
0 => __DIR__ . '/../../..' . '/lib/private', 0 => __DIR__ . '/../../..' . '/lib/private',
), ),
'OCP\\' => 'OCP\\' =>
array ( array (
0 => __DIR__ . '/../../..' . '/lib/public', 0 => __DIR__ . '/../../..' . '/lib/public',
), ),