Skip to content

Commit 6eb777e

Browse files
spawniaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent caa7e59 commit 6eb777e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static function extractStringFromLiteral($valueNode): string
4444
*/
4545
public static function coerceToString($value, string $exceptionClass): string
4646
{
47-
if (!Utils::canBeString($value)) {
47+
if (!self::canBeString($value)) {
4848
$safeValue = GraphQLUtils::printSafeJson($value);
4949

5050
throw new $exceptionClass(

0 commit comments

Comments
 (0)