We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b74e93 commit bceeb3bCopy full SHA for bceeb3b
Command/AbstractConfigCommand.php
@@ -14,6 +14,7 @@
14
use Symfony\Component\Config\Definition\ConfigurationInterface;
15
use Symfony\Component\Console\Exception\LogicException;
16
use Symfony\Component\Console\Helper\Table;
17
+use Symfony\Component\Console\Output\OutputInterface;
18
use Symfony\Component\Console\Style\StyleInterface;
19
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
20
@@ -26,6 +27,9 @@
26
27
*/
28
abstract class AbstractConfigCommand extends ContainerDebugCommand
29
{
30
+ /**
31
+ * @param OutputInterface|StyleInterface $output
32
+ */
33
protected function listBundles($output)
34
35
$title = 'Available registered bundles with their extension alias if available';
0 commit comments