mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-11 10:09:24 +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();
|
||||
$implementedInterfaces = ! empty($interfaces) ?
|
||||
' implements ' . implode(
|
||||
'& ',
|
||||
' & ',
|
||||
array_map(
|
||||
function ($i) {
|
||||
return $i->name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user