Skip to content

Commit 1b92d10

Browse files
committed
Fix CS
1 parent 5887cc6 commit 1b92d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/ConfigurableExtensionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
interface ConfigurableExtensionInterface extends ConfigurableInterface
2222
{
2323
/**
24-
* Allow an extension to prepend the extension configurations.
24+
* Allows an extension to prepend the extension configurations.
2525
*/
2626
public function prependExtension(ContainerConfigurator $container, ContainerBuilder $builder): void;
2727

0 commit comments

Comments
 (0)