Skip to content

Commit

Permalink
Fix variable initialization. (#127)
Browse files Browse the repository at this point in the history
Support for PHP 8.1.3
  • Loading branch information
andreas-gruenwald authored Nov 20, 2024
1 parent ecaf8ab commit 65eb102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ConfigElement/Operator/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function getLabeledValue($object)
$value->type = 'Operator_Table';

$isEmpty = false;
$valueArray = [];
foreach ($childs as $c) {
$row = $c->getLabeledValue($object);
$valueArray[] = $row;
Expand Down

0 comments on commit 65eb102

Please sign in to comment.