mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-11 18:19:23 +03:00
Fixed SchemaPrinter (broken after the recent merge)
This commit is contained in:
parent
9ae8b9f26e
commit
00caed811b
@ -351,7 +351,7 @@ class SchemaPrinter
|
|||||||
$interfaces = $type->getInterfaces();
|
$interfaces = $type->getInterfaces();
|
||||||
$implementedInterfaces = ! empty($interfaces) ?
|
$implementedInterfaces = ! empty($interfaces) ?
|
||||||
' implements ' . implode(
|
' implements ' . implode(
|
||||||
'& ',
|
' & ',
|
||||||
array_map(
|
array_map(
|
||||||
function ($i) {
|
function ($i) {
|
||||||
return $i->name;
|
return $i->name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user