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 5887cc6 commit 1b92d10Copy full SHA for 1b92d10
Extension/ConfigurableExtensionInterface.php
@@ -21,7 +21,7 @@
21
interface ConfigurableExtensionInterface extends ConfigurableInterface
22
{
23
/**
24
- * Allow an extension to prepend the extension configurations.
+ * Allows an extension to prepend the extension configurations.
25
*/
26
public function prependExtension(ContainerConfigurator $container, ContainerBuilder $builder): void;
27
0 commit comments