@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | */ |
54 | 54 | public function apply($config) |
55 | 55 | { |
56 | - foreach ((array)$config as $name => $value) |
|
56 | + foreach ((array) $config as $name => $value) |
|
57 | 57 | { |
58 | 58 | $this->offsetSet($name, $value); |
59 | 59 | } |
@@ -134,9 +134,9 @@ discard block |
||
134 | 134 | { |
135 | 135 | throw new GazeboException("Class `$name` used as key does not exists. Tried to set value."); |
136 | 136 | } |
137 | - foreach($value as $cfg) |
|
137 | + foreach ($value as $cfg) |
|
138 | 138 | { |
139 | - if(is_array($cfg)) |
|
139 | + if (is_array($cfg)) |
|
140 | 140 | { |
141 | 141 | $className = $cfg[$this->_di->classField]; |
142 | 142 | } |