Skip to content

Commit

Permalink
connect the OpenAPI Context with Loggers from Symfony (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
magrigry authored Dec 31, 2023
1 parent 62e62b3 commit b9e76c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApiDocGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function generate(): OpenApi
}
}

$generator = new Generator();
$generator = new Generator($this->logger);
// Remove OperationId processor as we use a lot of generated annotations which do not have enough information in their context
// to generate these ids properly.
// @see https://github.com/zircote/swagger-php/issues/1153
Expand Down

0 comments on commit b9e76c8

Please sign in to comment.