Skip to content

Commit

Permalink
prefer //
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Oct 25, 2024
1 parent 815752f commit ff9ad8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ This will make each error entry look like this:
'extensions' => [
'debugMessage' => 'Actual exception message',
'trace' => [
/* Formatted original exception trace */
// Formatted original exception trace
],
],
]
Expand Down
2 changes: 1 addition & 1 deletion src/Executor/ReferenceExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public static function create(
array $variableValues,
?string $operationName,
callable $fieldResolver,
?callable $argsMapper = null /* TODO make non-optional in next major release */
?callable $argsMapper = null // TODO make non-optional in next major release
): ExecutorImplementation {
$exeContext = static::buildExecutionContext(
$schema,
Expand Down

0 comments on commit ff9ad8e

Please sign in to comment.