Add space between foreach and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@ -28,7 +28,7 @@ class Select extends Base {
|
||||
: array()
|
||||
);
|
||||
|
||||
foreach($options as $option) {
|
||||
foreach ($options as $option) {
|
||||
if(!empty($option['is_hidden'])) {
|
||||
continue;
|
||||
}
|
||||
@ -59,4 +59,4 @@ class Select extends Base {
|
||||
|
||||
return $html;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user