Skip to content

Commit

Permalink
UHF-9159: Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dire committed Nov 21, 2023
1 parent 6def3ff commit 84d0c42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Field/Connection/Subgroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function getFields(): array {
public function build(): array {
$fields = $this->getFields();
$fields_data = [];
$name = '';

foreach ($fields as $field) {
if (!$this->get($field)) {
Expand Down

0 comments on commit 84d0c42

Please sign in to comment.