File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,23 +36,26 @@ public function getSubPathData()
36
36
return array (
37
37
array (
38
38
$ tmpDir ,
39
- array ( // paths
39
+ array (
40
+ // paths
40
41
$ tmpDir .DIRECTORY_SEPARATOR .'.git ' => $ tmpDir .DIRECTORY_SEPARATOR .'.git ' ,
41
42
$ tmpDir .DIRECTORY_SEPARATOR .'test.py ' => $ tmpDir .DIRECTORY_SEPARATOR .'test.py ' ,
42
43
$ tmpDir .DIRECTORY_SEPARATOR .'foo ' => $ tmpDir .DIRECTORY_SEPARATOR .'foo ' ,
43
44
$ tmpDir .DIRECTORY_SEPARATOR .'foo ' .DIRECTORY_SEPARATOR .'bar.tmp ' => $ tmpDir .DIRECTORY_SEPARATOR .'foo ' .DIRECTORY_SEPARATOR .'bar.tmp ' ,
44
45
$ tmpDir .DIRECTORY_SEPARATOR .'test.php ' => $ tmpDir .DIRECTORY_SEPARATOR .'test.php ' ,
45
46
$ tmpDir .DIRECTORY_SEPARATOR .'toto ' => $ tmpDir .DIRECTORY_SEPARATOR .'toto ' ,
46
47
),
47
- array ( // subPaths
48
+ array (
49
+ // subPaths
48
50
$ tmpDir .DIRECTORY_SEPARATOR .'.git ' => '' ,
49
51
$ tmpDir .DIRECTORY_SEPARATOR .'test.py ' => '' ,
50
52
$ tmpDir .DIRECTORY_SEPARATOR .'foo ' => '' ,
51
53
$ tmpDir .DIRECTORY_SEPARATOR .'foo ' .DIRECTORY_SEPARATOR .'bar.tmp ' => 'foo ' ,
52
54
$ tmpDir .DIRECTORY_SEPARATOR .'test.php ' => '' ,
53
55
$ tmpDir .DIRECTORY_SEPARATOR .'toto ' => '' ,
54
56
),
55
- array ( // subPathnames
57
+ array (
58
+ // subPathnames
56
59
$ tmpDir .DIRECTORY_SEPARATOR .'.git ' => '.git ' ,
57
60
$ tmpDir .DIRECTORY_SEPARATOR .'test.py ' => 'test.py ' ,
58
61
$ tmpDir .DIRECTORY_SEPARATOR .'foo ' => 'foo ' ,
You can’t perform that action at this time.
0 commit comments