diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php index 96ac9eb87b..c2f17fa19d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php @@ -128,7 +128,7 @@ EOF // sort so that it reads like an index of services asort($serviceIds); - $name = $name = $input->getArgument('name'); + $name = $input->getArgument('name'); if ($name) { $this->outputService($output, $name); } else {