1
0
mirror of synced 2025-01-09 18:47:10 +03:00

Code style fix

This commit is contained in:
Adam Pancutt 2013-10-15 12:49:34 +01:00
parent 25342b706d
commit db5274113a

View File

@ -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;