We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa7e59 commit 6eb777eCopy full SHA for 6eb777e
src/Utils.php
@@ -44,7 +44,7 @@ public static function extractStringFromLiteral($valueNode): string
44
*/
45
public static function coerceToString($value, string $exceptionClass): string
46
{
47
- if (!Utils::canBeString($value)) {
+ if (!self::canBeString($value)) {
48
$safeValue = GraphQLUtils::printSafeJson($value);
49
50
throw new $exceptionClass(
0 commit comments