Skip to content

Commit 8e969d4

Browse files
authored
[php]: Fix documentation model header (#23306)
Co-authored-by: coffeemakr <coffeemakr@users.noreply.github.com>
1 parent 95a1f2f commit 8e969d4

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)