@@ -54,8 +54,8 @@ |
||
54 | 54 | protected function _getType($config) { |
55 | 55 | $type = $config['type']; |
56 | 56 | if (is_callable($type)) { |
57 | - $type = $type(); |
|
58 | - } |
|
57 | + $type = $type(); |
|
58 | + } |
|
59 | 59 | |
60 | 60 | if ($type instanceof WrappingType) { |
61 | 61 | $type = $type->getInnermostType(); |