Skip to content

Commit

Permalink
Codes are generated by openapi generator (#628)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Nov 25, 2024
1 parent 0104c1c commit c99853a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string, <a href="classes/LINE-Clients-MessagingApi-Model-SubstitutionObject.html"><abbr title="\LINE\Clients\MessagingApi\Model\SubstitutionObject">SubstitutionObject</abbr></a>&gt;|null</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>A mapping that specifies substitutions for parts enclosed in } within the 'text' field.</p>
<section class="phpdocumentor-description"><p>A mapping that specifies substitutions for parts enclosed in } within the <code class="prettyprint">text</code> field.</p>
</section>

</dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string, <a href="classes/LINE-Clients-MessagingApi-Model-SubstitutionObject.html"><abbr title="\LINE\Clients\MessagingApi\Model\SubstitutionObject">SubstitutionObject</abbr></a>&gt;|null</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>A mapping that specifies substitutions for parts enclosed in } within the 'text' field.</p>
<section class="phpdocumentor-description"><p>A mapping that specifies substitutions for parts enclosed in } within the <code class="prettyprint">text</code> field.</p>
</section>

</dd>
Expand Down
2 changes: 1 addition & 1 deletion src/clients/messaging-api/lib/Model/TextMessageV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public function getSubstitution()
/**
* Sets substitution
*
* @param array<string,\LINE\Clients\MessagingApi\Model\SubstitutionObject>|null $substitution A mapping that specifies substitutions for parts enclosed in {} within the 'text' field.
* @param array<string,\LINE\Clients\MessagingApi\Model\SubstitutionObject>|null $substitution A mapping that specifies substitutions for parts enclosed in {} within the `text` field.
*
* @return self
*/
Expand Down
2 changes: 1 addition & 1 deletion src/clients/messaging-api/lib/Model/TextMessageV2AllOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ public function getSubstitution()
/**
* Sets substitution
*
* @param array<string,\LINE\Clients\MessagingApi\Model\SubstitutionObject>|null $substitution A mapping that specifies substitutions for parts enclosed in {} within the 'text' field.
* @param array<string,\LINE\Clients\MessagingApi\Model\SubstitutionObject>|null $substitution A mapping that specifies substitutions for parts enclosed in {} within the `text` field.
*
* @return self
*/
Expand Down

0 comments on commit c99853a

Please sign in to comment.