Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 8, 2011
1 parent 520aead commit a4830f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ParameterBag/ParameterBag.php
Expand Up @@ -194,6 +194,7 @@ public function resolveString($value, array $resolving = array())
}

$self = $this;

return preg_replace_callback('/(?<!%)%([^%]+)%/', function ($match) use ($self, $resolving) {
$key = strtolower($match[1]);
if (isset($resolving[$key])) {
Expand Down

0 comments on commit a4830f9

Please sign in to comment.