Skip to content

Commit

Permalink
Remove unused variable $name
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalyk committed Oct 25, 2024
1 parent 1c53e2c commit bdd9994
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GraphQL/ClassTypeDefinitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ public static function build(Service $graphQlService, $context = [])
}

/**
* @var string $name
* @var PimcoreObjectType $definition
*/
foreach (self::$definitions as $name => $definition) {
foreach (self::$definitions as $definition) {
$definition->build($context);
}
}
Expand Down

0 comments on commit bdd9994

Please sign in to comment.