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:
Viktor Szépe
2023-12-05 11:01:25 +01:00
committed by GitHub
parent 391df3b81c
commit 39d5b4ebf9
214 changed files with 698 additions and 698 deletions

View File

@@ -88,11 +88,11 @@ class Pet implements ModelInterface, ArrayAccess, JsonSerializable
*/
protected static array $openAPINullables = [
'id' => false,
'name' => false,
'category' => false,
'photo_urls' => false,
'tags' => false,
'status' => false
'name' => false,
'category' => false,
'photo_urls' => false,
'tags' => false,
'status' => false
];
/**