|
@@ -104,7 +104,7 @@ class ParameterBag
|
|
|
|
|
|
$value = $this->parameters[$root];
|
|
$value = $this->parameters[$root];
|
|
$currentKey = null;
|
|
$currentKey = null;
|
|
- for ($i=$pos,$c=strlen($path); $i<$c; $i++) {
|
|
|
|
|
|
+ for ($i = $pos, $c = strlen($path); $i < $c; $i++) {
|
|
$char = $path[$i];
|
|
$char = $path[$i];
|
|
|
|
|
|
if ('[' === $char) {
|
|
if ('[' === $char) {
|