Skip to content

Commit

Permalink
style: correct indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Lapkovsky committed Nov 6, 2023
1 parent 6471368 commit 8fe68c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/SwaggerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected function initConfig()
throw new LegacyConfigException();
}

$documentationViewer = (string)Arr::get($this->config, 'documentation_viewer');
$documentationViewer = (string) Arr::get($this->config, 'documentation_viewer');

if (!view()->exists("auto-doc::documentation-{$documentationViewer}")) {
throw new UnsupportedDocumentationViewerException($documentationViewer);
Expand Down

0 comments on commit 8fe68c2

Please sign in to comment.