Thanks to visit codestin.com
Credit goes to github.com

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 <[email protected]>
2323
* @author Grégoire Pineau <[email protected]>
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)