From 451e82d33500297058ce9b6aa7c9101c63b8cf30 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 17 Mar 2022 12:12:54 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Http/Controllers/SwaggerController.php | 6 +++--- src/SecurityDefinitions.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Http/Controllers/SwaggerController.php b/src/Http/Controllers/SwaggerController.php index c2d84a6..415d739 100644 --- a/src/Http/Controllers/SwaggerController.php +++ b/src/Http/Controllers/SwaggerController.php @@ -28,8 +28,8 @@ public function __construct(GeneratorFactory $generatorFactory) /** * Dump api-docs content endpoint. Supports dumping a json, or yaml file. * - * @param Request $request - * @param ?string $file + * @param Request $request + * @param ?string $file * @return Response * * @throws L5SwaggerException @@ -132,7 +132,7 @@ public function api(Request $request) /** * Display Oauth2 callback pages. * - * @param Request $request + * @param Request $request * @return string * * @throws L5SwaggerException diff --git a/src/SecurityDefinitions.php b/src/SecurityDefinitions.php index 9bf2d08..b2f8070 100644 --- a/src/SecurityDefinitions.php +++ b/src/SecurityDefinitions.php @@ -32,7 +32,7 @@ public function __construct(array $securitySchemesConfig = [], array $securityCo /** * Reads in the l5-swagger configuration and appends security settings to documentation. * - * @param string $filename The path to the generated json documentation + * @param string $filename The path to the generated json documentation * * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException */