Skip to content

Commit a6475e8

Browse files
committed
[php]: Fix documentation model header
1 parent f88a0d6 commit a6475e8

185 files changed

Lines changed: 185 additions & 185 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.

modules/openapi-generator/src/main/resources/php-nextgen/model_doc.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{#models}}{{#model}}# {{classname}}
1+
{{#models}}{{#model}}# {{classname}}
22

33
## Properties
44

modules/openapi-generator/src/main/resources/php/model_doc.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{#models}}{{#model}}# {{classname}}
1+
{{#models}}{{#model}}# {{classname}}
22

33
## Properties
44

samples/client/echo_api/php-nextgen-streaming/docs/Model/Bird.md

Lines changed: 1 addition & 1 deletion

samples/client/echo_api/php-nextgen-streaming/docs/Model/Category.md

Lines changed: 1 addition & 1 deletion

samples/client/echo_api/php-nextgen-streaming/docs/Model/DataQuery.md

Lines changed: 1 addition & 1 deletion

samples/client/echo_api/php-nextgen-streaming/docs/Model/DefaultValue.md

Lines changed: 1 addition & 1 deletion

samples/client/echo_api/php-nextgen-streaming/docs/Model/NumberPropertiesOnly.md

Lines changed: 1 addition & 1 deletion

samples/client/echo_api/php-nextgen-streaming/docs/Model/Pet.md

Lines changed: 1 addition & 1 deletion

samples/client/echo_api/php-nextgen-streaming/docs/Model/Query.md

Lines changed: 1 addition & 1 deletion

samples/client/echo_api/php-nextgen-streaming/docs/Model/StringEnumRef.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)