Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert authored Jan 2, 2024
1 parent 4e9ce03 commit 566c799
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 @@ -100,7 +100,7 @@ public function generate(): OpenApi
if ($this->openApiVersion) {
$this->generator->setVersion($this->openApiVersion);
}

$this->generator->setProcessors($this->getProcessors($this->generator));

$context = Util::createContext(['version' => $this->generator->getVersion()]);
Expand Down

0 comments on commit 566c799

Please sign in to comment.