Skip to content

Commit 8b6348b

Browse files
committed
Remove temp
1 parent d2fc9e5 commit 8b6348b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Utilities/TypeResolver.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class TypeResolver
99
const PHP_TYPE_MAP = [
1010
'integer' => 'I',
1111
'string' => 'Ljava.lang.String',
12-
'NULL' => '#',
1312
];
1413

1514
const SIGNATURE_MAP = [
@@ -23,9 +22,6 @@ class TypeResolver
2322
'V' => 'void',
2423
'Z' => 'boolean',
2524
'L' => 'class',
26-
27-
// TEMP: various type
28-
'#' => 'none',
2925
];
3026

3127
/**

0 commit comments

Comments
 (0)