Skip to content

Commit c85f3c5

Browse files
authored
Merge pull request #3126 from tarlepp/chore(code)/use-shorter-description
Chore(code) - Use shorter description
2 parents 73801dc + d482b3e commit c85f3c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Controller/v1/Localization/TimeZoneController.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public function __construct(
4747
properties: [
4848
new OA\Property(
4949
property: 'timezone',
50-
description: 'Africa, America, Antarctica, Arctic, Asia, Atlantic, Australia, Europe, ' .
51-
'Indian,Pacific,UTC.',
50+
description: 'Timezone group (Africa, America, Antarctica, Arctic, Asia, Atlantic, etc.).',
5251
type: 'string',
5352
example: 'Europe',
5453
),
@@ -66,8 +65,7 @@ public function __construct(
6665
),
6766
new OA\Property(
6867
property: 'value',
69-
description: 'User friendly value of identifier value eg. `_` characters are replaced ' .
70-
'by space.',
68+
description: 'User friendly identifier value (underscores replaced with spaces).',
7169
type: 'string',
7270
example: 'Europe/Helsinki',
7371
),

0 commit comments

Comments
 (0)