8000 make normalizeConfig public and static · alexfilatov/symfony@a4de7da · GitHub
[go: up one dir, main page]

Skip to content

Commit a4de7da

Browse files
schmittjohfabpot
authored andcommitted
make normalizeConfig public and static
1 parent 97897f5 commit a4de7da

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/HttpKernel/DependencyInjection

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function addClassesToCompile(array $classes)
5858
* @param array A config array
5959
* @param key The key to normalize
6060
*/
61-
protected function normalizeConfig($config, $key)
61+
public static function normalizeConfig($config, $key)
6262
{
6363
$values = array();
6464
if (isset($config[$key.'s'])) {

0 commit comments

Comments
 (0)
0