Skip to content

Commit 6f5f109

Browse files
author
Ryan Lee
committed
IBX-10186 Remove problematic double comma
1 parent 6396f8a commit 6f5f109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Form/TrashLocationOptionProvider/HasChildren.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function addOptions(FormInterface $form, Location $location): void
5050
$translatorParameters = [
5151
'%children_count%' => ($useLimit && $childCount >= $limit) ?
5252
sprintf('%d+', $limit) :
53-
$childCount,,
53+
$childCount,
5454
'%content%' => $location->getContent()->getName(),
5555
];
5656

0 commit comments

Comments
 (0)