/**
  * @param Type|NullableType $type
  * @return Type
  */
 private function getInnerType(Type $type)
 {
     return $type->getType();
 }