Skip to content

Commit

Permalink
[DependencyInjection] Fix parameter description in ConfigurationExten…
Browse files Browse the repository at this point in the history
…sionInterface

| Q             | A
| ------------- | ---
| Fixed tickets | #10845
| License       | MIT

This fixes the description of parameter `array $config` in file ConfigurationExtensionInterface.php by removing the extra `$config`.
  • Loading branch information
n-aleha committed May 2, 2014
1 parent b1f3400 commit 5ebd813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/ConfigurationExtensionInterface.php
Expand Up @@ -24,7 +24,7 @@ interface ConfigurationExtensionInterface
/**
* Returns extension configuration
*
* @param array $config $config An array of configuration values
* @param array $config An array of configuration values
* @param ContainerBuilder $container A ContainerBuilder instance
*
* @return ConfigurationInterface|null The configuration or null
Expand Down

0 comments on commit 5ebd813

Please sign in to comment.