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 853935f commit d664f5fCopy full SHA for d664f5f
src/Symfony/Component/HttpKernel/Bundle/Bundle.php
@@ -81,7 +81,7 @@ public function getContainerExtension()
81
throw new \LogicException(sprintf(
82
'The extension alias for the default extension of a '.
83
'bundle must be the underscored version of the '.
84
- 'bundle name ("%s" vs "%s")',
+ 'bundle name ("%s" instead of "%s")',
85
$expectedAlias, $extension->getAlias()
86
));
87
}
0 commit comments