Code style fix
This commit is contained in:
parent
25342b706d
commit
db5274113a
@ -163,7 +163,7 @@ class FieldBuilder
|
|||||||
*/
|
*/
|
||||||
public function option($name, $value)
|
public function option($name, $value)
|
||||||
{
|
{
|
||||||
if (!array_key_exists('options', $this->mapping)) {
|
if ( ! array_key_exists('options', $this->mapping)) {
|
||||||
$this->mapping['options'] = array();
|
$this->mapping['options'] = array();
|
||||||
}
|
}
|
||||||
$this->mapping['options'][$name] = $value;
|
$this->mapping['options'][$name] = $value;
|
||||||
|
Loading…
Reference in New Issue
Block a user