mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 13:13:30 +03:00
Fixed DocBlock comment
This commit is contained in:
parent
2ddae2bf88
commit
c545474715
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ abstract class Type implements \JsonSerializable
|
|||
|
||||
/**
|
||||
* @param $name
|
||||
* @return Type|array
|
||||
* @return array|IDType|StringType|FloatType|IntType|BooleanType
|
||||
*/
|
||||
private static function getInternalType($name = null)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue