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 51b3b83 commit 36dfdafCopy full SHA for 36dfdaf
src/Symfony/Component/HttpKernel/Bundle/Bundle.php
@@ -79,10 +79,7 @@ public function getContainerExtension()
79
$extension = new $class();
80
81
if (!$extension instanceof ExtensionInterface) {
82
- throw new \LogicException(sprintf(
83
- 'Extension %s must implement Symfony\Component\DependencyInjection\Extension\ExtensionInterface.',
84
- $class
85
- ));
+ throw new \LogicException(sprintf('Extension %s must implement Symfony\Component\DependencyInjection\Extension\ExtensionInterface.', $class));
86
}
87
88
// check naming convention
0 commit comments