@@ -36,7 +36,7 @@ |
||
| 36 | 36 | public static function resolveOfType(AbstractType $value) |
| 37 | 37 | { |
| 38 | 38 | if ($value instanceof CompositeTypeInterface) { |
| 39 | - return $value->getTypeOf(); |
|
| 39 | + return $value->getTypeOf(); |
|
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | return null; |