Skip to content

Commit

Permalink
remove a static on multiple option expression
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Apr 24, 2024
1 parent a295f31 commit e00122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WithMultipleOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private function compile(string $codes, string $attribute, string $labels, strin
(function() use(\$input) {
\$linkedData = array_map(
function (string \$code) use(\$input) {
static \$labels = {$labels};
\$labels = {$labels};
return [
'attribute' => {$attribute},
Expand Down

0 comments on commit e00122e

Please sign in to comment.