Skip to content

Commit 65fe0e9

Browse files
committed
[php]: Renegerate sampels
1 parent 410ca4e commit 65fe0e9

70 files changed

Lines changed: 70 additions & 70 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/client/echo_api/php-nextgen-streaming/src/Model/Bird.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Bird implements ModelInterface, ArrayAccess, JsonSerializable
8787
* If a nullable field gets set to null, insert it here
8888
*
8989
* @var array<string, bool>
90-
/
90+
*/
9191
protected array $openAPINullablesSetToNull = [];
9292

9393
/**

samples/client/echo_api/php-nextgen-streaming/src/Model/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Category implements ModelInterface, ArrayAccess, JsonSerializable
8787
* If a nullable field gets set to null, insert it here
8888
*
8989
* @var array<string, bool>
90-
/
90+
*/
9191
protected array $openAPINullablesSetToNull = [];
9292

9393
/**

samples/client/echo_api/php-nextgen-streaming/src/Model/DataQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class DataQuery extends Query
8484
* If a nullable field gets set to null, insert it here
8585
*
8686
* @var array<string, bool>
87-
/
87+
*/
8888
protected array $openAPINullablesSetToNull = [];
8989

9090
/**

samples/client/echo_api/php-nextgen-streaming/src/Model/DefaultValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class DefaultValue implements ModelInterface, ArrayAccess, JsonSerializable
106106
* If a nullable field gets set to null, insert it here
107107
*
108108
* @var array<string, bool>
109-
/
109+
*/
110110
protected array $openAPINullablesSetToNull = [];
111111

112112
/**

samples/client/echo_api/php-nextgen-streaming/src/Model/NumberPropertiesOnly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class NumberPropertiesOnly implements ModelInterface, ArrayAccess, JsonSerializa
9090
* If a nullable field gets set to null, insert it here
9191
*
9292
* @var array<string, bool>
93-
/
93+
*/
9494
protected array $openAPINullablesSetToNull = [];
9595

9696
/**

samples/client/echo_api/php-nextgen-streaming/src/Model/Pet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class Pet implements ModelInterface, ArrayAccess, JsonSerializable
9999
* If a nullable field gets set to null, insert it here
100100
*
101101
* @var array<string, bool>
102-
/
102+
*/
103103
protected array $openAPINullablesSetToNull = [];
104104

105105
/**

samples/client/echo_api/php-nextgen-streaming/src/Model/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Query implements ModelInterface, ArrayAccess, JsonSerializable
8787
* If a nullable field gets set to null, insert it here
8888
*
8989
* @var array<string, bool>
90-
/
90+
*/
9191
protected array $openAPINullablesSetToNull = [];
9292

9393
/**

samples/client/echo_api/php-nextgen-streaming/src/Model/Tag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Tag implements ModelInterface, ArrayAccess, JsonSerializable
8787
* If a nullable field gets set to null, insert it here
8888
*
8989
* @var array<string, bool>
90-
/
90+
*/
9191
protected array $openAPINullablesSetToNull = [];
9292

9393
/**

samples/client/echo_api/php-nextgen-streaming/src/Model/TestFormObjectMultipartRequestMarker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class TestFormObjectMultipartRequestMarker implements ModelInterface, ArrayAcces
8484
* If a nullable field gets set to null, insert it here
8585
*
8686
* @var array<string, bool>
87-
/
87+
*/
8888
protected array $openAPINullablesSetToNull = [];
8989

9090
/**

samples/client/echo_api/php-nextgen-streaming/src/Model/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter impleme
9393
* If a nullable field gets set to null, insert it here
9494
*
9595
* @var array<string, bool>
96-
/
96+
*/
9797
protected array $openAPINullablesSetToNull = [];
9898

9999
/**

0 commit comments

Comments
 (0)