Skip to content

Commit f35cb3c

Browse files
committed
remove trailing comma
1 parent 708c85b commit f35cb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static function executeQuery(
9292
?string $operationName = null,
9393
?callable $fieldResolver = null,
9494
?array $validationRules = null,
95-
?ValidationCache $cache = null,
95+
?ValidationCache $cache = null
9696
): ExecutionResult {
9797
$promiseAdapter = new SyncPromiseAdapter();
9898

0 commit comments

Comments
 (0)