Skip to content

Commit c36ff75

Browse files
Fix PHPDoc @return in Schema::getQueryType() #915
1 parent 41e0d72 commit c36ff75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Schema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function getOperationType($operation)
280280
/**
281281
* Returns schema query type
282282
*
283-
* @return ObjectType
283+
* @return ObjectType|null
284284
*
285285
* @api
286286
*/

0 commit comments

Comments
 (0)