mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 21:23:31 +03:00
Fixed SchemaPrinter (broken after the recent merge)
This commit is contained in:
parent
9ae8b9f26e
commit
00caed811b
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class SchemaPrinter
|
|||
$interfaces = $type->getInterfaces();
|
||||
$implementedInterfaces = ! empty($interfaces) ?
|
||||
' implements ' . implode(
|
||||
'& ',
|
||||
' & ',
|
||||
array_map(
|
||||
function ($i) {
|
||||
return $i->name;
|
||||
|
|
Loading…
Add table
Reference in a new issue