cs fix
This commit is contained in:
parent
553883bdd1
commit
e403bf207c
@ -1570,8 +1570,7 @@ public function __construct()
|
|||||||
{
|
{
|
||||||
$optionsStr = array();
|
$optionsStr = array();
|
||||||
|
|
||||||
foreach($options as $name => $option)
|
foreach($options as $name => $option) {
|
||||||
{
|
|
||||||
if (is_array($option)) {
|
if (is_array($option)) {
|
||||||
$optionsStr[] = '"' . $name . '"={' . $this->_exportOptions($option) . '}';
|
$optionsStr[] = '"' . $name . '"={' . $this->_exportOptions($option) . '}';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user