@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function __construct($resourceNamespaces = null) |
| 23 | 23 | { |
| 24 | - if(!is_array($resourceNamespaces)) { |
|
| 24 | + if (!is_array($resourceNamespaces)) { |
|
| 25 | 25 | $resourceNamespaces = [$resourceNamespaces]; |
| 26 | 26 | } |
| 27 | 27 | $this->resourceNamespaces = $resourceNamespaces; |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | ->arrayNode('namespace') |
| 38 | 38 | ->beforeNormalization() |
| 39 | 39 | ->ifString() |
| 40 | - ->then(function ($v) { return [$v]; }) |
|
| 40 | + ->then(function($v) { return [$v]; }) |
|
| 41 | 41 | ->end() |
| 42 | 42 | ->prototype('scalar') |
| 43 | 43 | ->end() |