@@ -133,7 +133,7 @@ |
||
| 133 | 133 | $types = is_array($types) ? $types : array($types); |
| 134 | 134 | |
| 135 | 135 | $types = array_map( |
| 136 | - function ($type) { |
|
| 136 | + function($type) { |
|
| 137 | 137 | if ($type instanceof Type) { |
| 138 | 138 | $type = $type->getName(); |
| 139 | 139 | } |