8000 fixed typo · symfony/symfony@ab53b4e · GitHub
[go: up one dir, main page]

Skip to content

Commit ab53b4e

Browse files
committed
fixed typo
added missing trailing "," to array
1 parent 6dfe37e commit ab53b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/EventListener/SuggestMissingPackageSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class SuggestMissingPackageSubscriber implements EventSubscriberInterface
3939
'_default' => ['MakerBundle', 'symfony/maker-bundle --dev'],
4040
],
4141
'server' => [
42-
'_default' => ['Debug Bundle', 'symfony/debug-bundle --dev']
42+
'_default' => ['Debug Bundle', 'symfony/debug-bundle --dev'],
4343
],
4444
];
4545

0 commit comments

Comments
 (0)
0