Skip to content

Symfony 6.4 support#12

Merged
ixarlie merged 10 commits into
masterfrom
sf64-compatibility
May 13, 2025
Merged

Symfony 6.4 support#12
ixarlie merged 10 commits into
masterfrom
sf64-compatibility

Conversation

@ixarlie
Copy link
Copy Markdown
Collaborator

@ixarlie ixarlie commented Apr 29, 2025

No description provided.

Comment on lines -16 to -23
if ($this->isMultiSelect() && is_array($value)) {
$out = '';
foreach ($value as $val) {
$out .= '('.FdfWriter::escapePdfString($val).')';
}

return '[ '.$out.' ]';
}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$value can never be an array.

@ixarlie ixarlie requested a review from efacenda May 12, 2025 18:05
@ixarlie ixarlie merged commit 608568b into master May 13, 2025
10 checks passed
@ixarlie ixarlie deleted the sf64-compatibility branch May 13, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants