From 8fe68c24fc538495438a4c1e5cc07be063437873 Mon Sep 17 00:00:00 2001 From: Konstantin Lapkovsky Date: Mon, 6 Nov 2023 11:58:56 +0400 Subject: [PATCH] style: correct indentation. --- src/Services/SwaggerService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/SwaggerService.php b/src/Services/SwaggerService.php index 7652281..44dd46b 100755 --- a/src/Services/SwaggerService.php +++ b/src/Services/SwaggerService.php @@ -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);