Skip to content

Commit 58aee5a

Browse files
author
Cyril Mizzi
committed
removes some methods to TypeInterface (handle by transformer)
1 parent 3c13d27 commit 58aee5a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Support/TypeInterface.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,4 @@ public function getFields();
3636
* @return array
3737
*/
3838
public function getInterfaces();
39-
40-
/**
41-
* Convert type to array
42-
*
43-
* @return array
44-
*/
45-
public function toArray();
46-
47-
/**
48-
* Convert instance to ObjectType
49-
*
50-
* @return ObjectType
51-
*/
52-
public function toType();
5339
}

0 commit comments

Comments
 (0)