Skip to content

Commit

Permalink
Removed unnecessary continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mcop1 committed Oct 24, 2024
1 parent ea9f24c commit a380060
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GraphQL/FieldHelper/AbstractFieldHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ private function processSelectionNode(
}
if($inlineNode instanceof FragmentSpreadNode) {
$this->processSelectionNode($data, $inlineNode, $container, $args, $context, $resolveInfo);

continue;
}
}
} elseif ($selectionNode instanceof FragmentSpreadNode) {
Expand Down

0 comments on commit a380060

Please sign in to comment.