Skip to content

Commit 72c0614

Browse files
adriendupuisgithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent 1e76897 commit 72c0614

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Rest\Controller;
44

5-
use ApiPlatform\Metadata\Get;
65
use ApiPlatform\Metadata\Post;
76
use ApiPlatform\OpenApi\Factory\OpenApiFactory;
87
use ApiPlatform\OpenApi\Model;
@@ -114,8 +113,8 @@
114113
],
115114
'sentence' => [
116115
'type' => 'string',
117-
'description' => 'Composed sentence using salutation and recipient.'
118-
]
116+
'description' => 'Composed sentence using salutation and recipient.',
117+
],
119118
],
120119
],
121120
'example' => [

0 commit comments

Comments
 (0)