Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3470f5b

Browse filesBrowse files
committed
fixed "link" to Contracts packages
1 parent 828e5a4 commit 3470f5b
Copy full SHA for 3470f5b

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎link‎

Copy file name to clipboardExpand all lines: link
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if (!is_dir("$pathToProject/vendor/symfony")) {
3535
$sfPackages = array('symfony/symfony' => __DIR__);
3636

3737
$filesystem = new Filesystem();
38-
$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security');
38+
$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security', 'Contracts');
3939
$directories = array_merge(...array_values(array_map(function ($part) {
4040
return glob(__DIR__.'/src/Symfony/'.$part.'/*', GLOB_ONLYDIR | GLOB_NOSORT);
4141
}, $braces)));

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.