Skip to content

Commit 749ee2e

Browse files
adriendupuisgithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent 8d101f7 commit 749ee2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

code_samples/api/rest_api/src/Rest/Controller/DefaultController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
],
5353
'sentence' => [
5454
'type' => 'string',
55-
'description' => 'Composed sentence using salutation and recipient.'
56-
]
55+
'description' => 'Composed sentence using salutation and recipient.',
56+
],
5757
],
5858
],
5959
'example' => [
@@ -77,7 +77,7 @@
7777
],
7878
'sentence' => [
7979
'type' => 'string',
80-
'description' => 'Composed sentence using salutation and recipient.'
80+
'description' => 'Composed sentence using salutation and recipient.',
8181
],
8282
],
8383
],
@@ -224,7 +224,7 @@
224224
],
225225
'sentence' => [
226226
'type' => 'string',
227-
'description' => 'Composed sentence using salutation and recipient.'
227+
'description' => 'Composed sentence using salutation and recipient.',
228228
],
229229
],
230230
],

0 commit comments

Comments
 (0)