Skip to content

Commit ac02bb1

Browse files
committed
Fix code style errors
1 parent d42f082 commit ac02bb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libraries/src/Form/FormField.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,6 @@ public function filter($value, $group = null, Registry $input = null)
10561056

10571057
return $return;
10581058
}
1059-
10601059
}
10611060

10621061
return InputFilter::getInstance()->clean($value, $filter);

libraries/src/MVC/Model/AdminModel.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,10 +1491,11 @@ public function save($data)
14911491
$languages = LanguageHelper::getContentLanguages(array(0, 1));
14921492
$target = '';
14931493

1494-
/* If the site contains only 2 languages and an association exists for the item
1495-
load directly the associated target item in the side by side view
1496-
otherwise select already the target language
1497-
*/
1494+
/*
1495+
* If the site contains only 2 languages and an association exists for the item
1496+
* load directly the associated target item in the side by side view
1497+
* otherwise select already the target language
1498+
*/
14981499
if (count($languages) === 2)
14991500
{
15001501
foreach ($languages as $language)

0 commit comments

Comments
 (0)