Skip to content

Commit 36dfdaf

Browse files
committed
fixed C
1 parent 51b3b83 commit 36dfdaf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Symfony/Component/HttpKernel/Bundle/Bundle.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@ public function getContainerExtension()
7979
$extension = new $class();
8080

8181
if (!$extension instanceof ExtensionInterface) {
82-
throw new \LogicException(sprintf(
83-
'Extension %s must implement Symfony\Component\DependencyInjection\Extension\ExtensionInterface.',
84-
$class
85-
));
82+
throw new \LogicException(sprintf('Extension %s must implement Symfony\Component\DependencyInjection\Extension\ExtensionInterface.', $class));
8683
}
8784

8885
// check naming convention

0 commit comments

Comments
 (0)