scratch – Diff between revs 109 and 117
?pathlinks?
Rev 109 | Rev 117 | |||
---|---|---|---|---|
Line 12... | Line 12... | |||
12 | |
12 | |
|
13 | public static $prefixLengthsPsr4 = array ( |
13 | public static $prefixLengthsPsr4 = array ( |
|
14 | 'S' => |
14 | 'S' => |
|
15 | array ( |
15 | array ( |
|
- | 16 | 'Symfony\\Component\\Process\\' => 26, |
||
16 | 'Symfony\\Component\\Process\\' => 26, |
17 | 'Symfony\\Component\\Finder\\' => 25, |
|
17 | 'Symfony\\Component\\Filesystem\\' => 29, |
18 | 'Symfony\\Component\\Filesystem\\' => 29, |
|
18 | ), |
19 | ), |
|
19 | 'P' => |
20 | 'P' => |
|
20 | array ( |
21 | array ( |
|
Line 33... | Line 34... | |||
33 | public static $prefixDirsPsr4 = array ( |
34 | public static $prefixDirsPsr4 = array ( |
|
34 | 'Symfony\\Component\\Process\\' => |
35 | 'Symfony\\Component\\Process\\' => |
|
35 | array ( |
36 | array ( |
|
36 | 0 => __DIR__ . '/..' . '/symfony/process', |
37 | 0 => __DIR__ . '/..' . '/symfony/process', |
|
37 | ), |
38 | ), |
|
- | 39 | 'Symfony\\Component\\Finder\\' => |
||
- | 40 | array ( |
||
- | 41 | 0 => __DIR__ . '/..' . '/symfony/finder', |
||
- | 42 | ), |
||
38 | 'Symfony\\Component\\Filesystem\\' => |
43 | 'Symfony\\Component\\Filesystem\\' => |
|
39 | array ( |
44 | array ( |
|
40 | 0 => __DIR__ . '/..' . '/symfony/filesystem', |
45 | 0 => __DIR__ . '/..' . '/symfony/filesystem', |
|
41 | ), |
46 | ), |
|
42 | 'Psr\\Log\\' => |
47 | 'Psr\\Log\\' => |