@@ -43,8 +43,8 @@ public function __construct(TypeFactory $typeFactory, ScalarTypes $scalarTypes)
43
43
* Examples: nullable or required
44
44
*
45
45
* @param FieldInterface $field
46
- * @param \Magento\Framework\GraphQl\Config\Element\ TypeInterface $object
47
- * @return \Magento\Framework\GraphQl\Config\Element\ TypeInterface
46
+ * @param TypeInterface $object
47
+ * @return TypeInterface
48
48
*/
49
49
public function processWrappedType (FieldInterface $ field , TypeInterface $ object = null ) : TypeInterface
50
50
{
@@ -57,7 +57,7 @@ public function processWrappedType(FieldInterface $field, TypeInterface $object
57
57
* Examples: nullable or required.
58
58
*
59
59
* @param FieldInterface $field
60
- * @param \Magento\Framework\GraphQl\Config\Element\ TypeInterface $object
60
+ * @param TypeInterface $object
61
61
* @return \GraphQL\Type\Definition\Type
62
62
*/
63
63
public function processScalarWrappedType (
@@ -74,8 +74,8 @@ public function processScalarWrappedType(
74
74
* Return passed in type wrapped as a non null type if definition determines necessary.
75
75
*
76
76
* @param FieldInterface $field
77
- * @param \Magento\Framework\GraphQl\Config\Element\ TypeInterface $object
78
- * @return \Magento\Framework\GraphQl\Config\Element\ TypeInterface
77
+ * @param TypeInterface $object
78
+ * @return TypeInterface
79
79
*/
80
80
private function processIsNullable (FieldInterface $ field , TypeInterface $ object = null ) : TypeInterface
81
81
{
@@ -89,8 +89,8 @@ private function processIsNullable(FieldInterface $field, TypeInterface $object
89
89
* Return passed in type wrapped as a list if definition determines necessary.
90
90
*
91
91
* @param FieldInterface $field
92
- * @param \Magento\Framework\GraphQl\Config\Element\ TypeInterface $object
93
- * @return \Magento\Framework\GraphQl\Config\Element\ TypeInterface
92
+ * @param TypeInterface $object
93
+ * @return TypeInterface
94
94
*/
95
95
private function processIsList (FieldInterface $ field , TypeInterface $ object = null ) : TypeInterface
96
96
{
0 commit comments