@@ -8,7 +8,7 @@ |
||
8 | 8 | public function __construct($value) |
9 | 9 | { |
10 | 10 | parent::__construct($value); |
11 | - $this->setEnumeration(['Binary','Boolean','Byte','DateTime','DateTimeOffset','Time','Decimal','Double', |
|
12 | - 'Single','Guid','Int16','Int32','Int64','String','SByte']); |
|
11 | + $this->setEnumeration(['Binary', 'Boolean', 'Byte', 'DateTime', 'DateTimeOffset', 'Time', 'Decimal', 'Double', |
|
12 | + 'Single', 'Guid', 'Int16', 'Int32', 'Int64', 'String', 'SByte']); |
|
13 | 13 | } |
14 | 14 | } |