Skip to content

Commit cea2fa7

Browse files
committed
Remove arguments builder from typeresolver
1 parent e66f725 commit cea2fa7

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/Utilities/TypeResolver.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,6 @@ public static function convertPHPtoJava($arguments, $defaultJavaArgumentType = '
151151
'deep_array' => $deepArray,
152152
];
153153
}
154-
if ($arguments instanceof _Utf8) {
155-
return [
156-
'type' => 'class',
157-
'class_name' => static::PHP_TO_JAVA_MAP['string'],
158-
'deep_array' => $deepArray,
159-
];
160-
}
161154
if ($arguments instanceof Type) {
162155
return [
163156
'type' => $arguments->getTypeNameInJava(),

0 commit comments

Comments
 (0)