We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e76897 commit 72c0614Copy full SHA for 72c0614
code_samples/api/rest_api/src/Rest/Controller/DefaultController.php
@@ -2,7 +2,6 @@
2
3
namespace App\Rest\Controller;
4
5
-use ApiPlatform\Metadata\Get;
6
use ApiPlatform\Metadata\Post;
7
use ApiPlatform\OpenApi\Factory\OpenApiFactory;
8
use ApiPlatform\OpenApi\Model;
@@ -114,8 +113,8 @@
114
113
],
115
'sentence' => [
116
'type' => 'string',
117
- 'description' => 'Composed sentence using salutation and recipient.'
118
- ]
+ 'description' => 'Composed sentence using salutation and recipient.',
+ ],
119
120
121
'example' => [
0 commit comments