format check
This commit is contained in:
parent
d42854ddb6
commit
9a59cf0590
|
|
@ -108,7 +108,8 @@ abstract class AbstractContainer extends AbstractElement
|
|||
}
|
||||
} else {
|
||||
// All other elements
|
||||
array_unshift($args, $element); // Prepend element name to the beginning of args array
|
||||
array_unshift($args, $element);
|
||||
// Prepend element name to the beginning of args array
|
||||
return call_user_func_array(array($this, 'addElement'), $args);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue