Skip to content
Snippets Groups Projects
Commit d4d13923 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

php-cs-fixer

parent ec4f1407
No related merge requests found
......@@ -592,7 +592,7 @@ class Form extends \Zend\Form\Form implements
if (in_array($type, ['radio', 'select'])) {
$value = $this->translate($value);
} else if ($type === 'checkbox') {
} elseif ($type === 'checkbox') {
$translated = [];
foreach ($value as $val) {
$translated[] = $this->translate($val);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment