diff --git a/src/Utils/FederatedSchemaPrinter.php b/src/Utils/FederatedSchemaPrinter.php index 06b098b..f3a1f85 100644 --- a/src/Utils/FederatedSchemaPrinter.php +++ b/src/Utils/FederatedSchemaPrinter.php @@ -254,7 +254,7 @@ private static function printArgs($options, $args, $indentation = ''): string return empty($arg->description); }) ) { - return '(' . implode(', ', array_map('FederatedSchemaPrinter::printInputValue', $args)) . ')'; + return '(' . implode(', ', array_map(self::class . '::printInputValue', $args)) . ')'; } return sprintf(