@@ -303,10 +303,10 @@ public static function getArrayStringEnumDefaultAllowableValues()
303303 */
304304 public function __construct (?array $ data = null )
305305 {
306- $ this ->setIfExists ('array_string_enum_ref_default ' , $ data ?? [], [[ "success " ,"failure " ] ]);
307- $ this ->setIfExists ('array_string_enum_default ' , $ data ?? [], [[ "success " ,"failure " ] ]);
308- $ this ->setIfExists ('array_string_default ' , $ data ?? [], [[ "failure " ,"skipped " ] ]);
309- $ this ->setIfExists ('array_integer_default ' , $ data ?? [], [[ 1 ,3 ] ]);
306+ $ this ->setIfExists ('array_string_enum_ref_default ' , $ data ?? [], ["success " ,"failure " ]);
307+ $ this ->setIfExists ('array_string_enum_default ' , $ data ?? [], ["success " ,"failure " ]);
308+ $ this ->setIfExists ('array_string_default ' , $ data ?? [], ["failure " ,"skipped " ]);
309+ $ this ->setIfExists ('array_integer_default ' , $ data ?? [], [1 ,3 ]);
310310 $ this ->setIfExists ('array_string ' , $ data ?? [], null );
311311 $ this ->setIfExists ('array_string_nullable ' , $ data ?? [], null );
312312 $ this ->setIfExists ('array_string_extension_nullable ' , $ data ?? [], null );
0 commit comments