Skip to content

Commit c99853a

Browse files
github-actions[bot]github-actions
andauthored
Codes are generated by openapi generator (#628)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 0104c1c commit c99853a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/classes/LINE-Clients-MessagingApi-Model-TextMessageV2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
18691869
: <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>
18701870
</dt>
18711871
<dd class="phpdocumentor-argument-list__definition">
1872-
<section class="phpdocumentor-description"><p>A mapping that specifies substitutions for parts enclosed in } within the 'text' field.</p>
1872+
<section class="phpdocumentor-description"><p>A mapping that specifies substitutions for parts enclosed in } within the <code class="prettyprint">text</code> field.</p>
18731873
</section>
18741874

18751875
</dd>

docs/classes/LINE-Clients-MessagingApi-Model-TextMessageV2AllOf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
16541654
: <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>
16551655
</dt>
16561656
<dd class="phpdocumentor-argument-list__definition">
1657-
<section class="phpdocumentor-description"><p>A mapping that specifies substitutions for parts enclosed in } within the 'text' field.</p>
1657+
<section class="phpdocumentor-description"><p>A mapping that specifies substitutions for parts enclosed in } within the <code class="prettyprint">text</code> field.</p>
16581658
</section>
16591659

16601660
</dd>

src/clients/messaging-api/lib/Model/TextMessageV2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public function getSubstitution()
355355
/**
356356
* Sets substitution
357357
*
358-
* @param array<string,\LINE\Clients\MessagingApi\Model\SubstitutionObject>|null $substitution A mapping that specifies substitutions for parts enclosed in {} within the 'text' field.
358+
* @param array<string,\LINE\Clients\MessagingApi\Model\SubstitutionObject>|null $substitution A mapping that specifies substitutions for parts enclosed in {} within the `text` field.
359359
*
360360
* @return self
361361
*/

src/clients/messaging-api/lib/Model/TextMessageV2AllOf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public function getSubstitution()
358358
/**
359359
* Sets substitution
360360
*
361-
* @param array<string,\LINE\Clients\MessagingApi\Model\SubstitutionObject>|null $substitution A mapping that specifies substitutions for parts enclosed in {} within the 'text' field.
361+
* @param array<string,\LINE\Clients\MessagingApi\Model\SubstitutionObject>|null $substitution A mapping that specifies substitutions for parts enclosed in {} within the `text` field.
362362
*
363363
* @return self
364364
*/

0 commit comments

Comments
 (0)