Skip to content

Commit 2c2537c

Browse files
author
Eric Bohanon
committed
Merge remote-tracking branch 'remotes/origin/MAGETWO-89292-SDL' into MAGETWO-89292-SDL
2 parents c6ab825 + 7dd5e9c commit 2c2537c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/internal/Magento/Framework/GraphQl/Config/Data/WrappedTypeProcessor.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public function __construct(TypeFactory $typeFactory, ScalarTypes $scalarTypes)
4343
* Examples: nullable or required
4444
*
4545
* @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
4848
*/
4949
public function processWrappedType(FieldInterface $field, TypeInterface $object = null) : TypeInterface
5050
{
@@ -57,7 +57,7 @@ public function processWrappedType(FieldInterface $field, TypeInterface $object
5757
* Examples: nullable or required.
5858
*
5959
* @param FieldInterface $field
60-
* @param \Magento\Framework\GraphQl\Config\Element\TypeInterface $object
60+
* @param TypeInterface $object
6161
* @return \GraphQL\Type\Definition\Type
6262
*/
6363
public function processScalarWrappedType(
@@ -74,8 +74,8 @@ public function processScalarWrappedType(
7474
* Return passed in type wrapped as a non null type if definition determines necessary.
7575
*
7676
* @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
7979
*/
8080
private function processIsNullable(FieldInterface $field, TypeInterface $object = null) : TypeInterface
8181
{
@@ -89,8 +89,8 @@ private function processIsNullable(FieldInterface $field, TypeInterface $object
8989
* Return passed in type wrapped as a list if definition determines necessary.
9090
*
9191
* @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
9494
*/
9595
private function processIsList(FieldInterface $field, TypeInterface $object = null) : TypeInterface
9696
{

0 commit comments

Comments
 (0)