8000 [Console] fixed missing abstract keyword · symfony/symfony@ca4736b · GitHub
[go: up one dir, main page]

Skip to content

Commit ca4736b

Browse files
committed
[Console] fixed missing abstract keyword
1 parent 537f1fa commit ca4736b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @author Wouter J <waldio.webdesign@gmail.com>
2323
* @author Grégoire Pineau <lyrixx@lyrixx.info>
2424
*/
25-
class AbstractConfigCommand extends ContainerDebugCommand
25+
abstract class AbstractConfigCommand extends ContainerDebugCommand
2626
{
2727
protected function listBundles(OutputInterface $output)
2828
{

0 commit comments

Comments
 (0)
0