@@ -33,7 +33,7 @@ |
||
33 | 33 | public function build(array $config): DefinitionAggregateInterface |
34 | 34 | { |
35 | 35 | foreach ($config as $key => $value) { |
36 | - $this->buildDefinition((string) $key, $value); |
|
36 | + $this->buildDefinition((string)$key, $value); |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | return $this->definitions; |
@@ -33,7 +33,7 @@ |
||
33 | 33 | public function build(array $config): InflectorAggregateInterface |
34 | 34 | { |
35 | 35 | foreach ($config as $key => $value) { |
36 | - $this->buildInflector((string) $key, $value); |
|
36 | + $this->buildInflector((string)$key, $value); |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | return $this->inflectors; |