Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
tr committed Aug 13, 2012
3 parents 27a94da + 8afdcae + a17a889 commit 8e4ac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listener/ConfigListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ protected function addConfigByPath($path, $type)
case self::GLOB_PATH:
// We want to keep track of where each value came from so we don't
// use ConfigFactory::fromFiles() since it does merging internally.
foreach(Glob::glob($path, Glob::GLOB_BRACE) as $file) {
foreach (Glob::glob($path, Glob::GLOB_BRACE) as $file) {
$this->addConfig($file, ConfigFactory::fromFile($file));
}
break;
Expand Down

0 comments on commit 8e4ac91

Please sign in to comment.