forked from loafle/openapi-generator-original
Replace stray TAB characters with spaces (#17311)
* Replace stray TAB characters with spaces * update samples --------- Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ class Bird implements ModelInterface, ArrayAccess, JsonSerializable
|
||||
*/
|
||||
protected static array $openAPINullables = [
|
||||
'size' => false,
|
||||
'color' => false
|
||||
'color' => false
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user