@@ -53,9 +53,9 @@ |
||
| 53 | 53 | * |
| 54 | 54 | * fieldset: string service name of the Fieldset class |
| 55 | 55 | */ |
| 56 | - public function __construct($name = null, array $options=[]) |
|
| 56 | + public function __construct($name = null, array $options = []) |
|
| 57 | 57 | { |
| 58 | - $this->fieldset = array_key_exists('fieldset',$options)?$options['fieldset']:self::BASE_FIELDSET; |
|
| 58 | + $this->fieldset = array_key_exists('fieldset', $options) ? $options['fieldset'] : self::BASE_FIELDSET; |
|
| 59 | 59 | parent::__construct(); |
| 60 | 60 | } |
| 61 | 61 | |