Skip to content

Commit 834b01b

Browse files
committed
moved the annotation helper classes to helpers/Swagger
1 parent 2afd462 commit 834b01b

File tree

3 files changed

+521
-441
lines changed

3 files changed

+521
-441
lines changed

app/commands/GenerateSwagger.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
2828
$path = __DIR__ . '/../V1Module/presenters/_autogenerated_annotations_temp.php';
2929
$openapi = \OpenApi\Generator::scan([$path]);
3030

31-
header('Content-Type: application/x-yaml');
3231
$output->writeln($openapi->toYaml());
3332

3433
# delete the temp file

0 commit comments

Comments
 (0)