Skip to content

Commit

Permalink
Merge branch 'maintenence-2022-03' of github.com:DarkaOnLine/L5-Swagg…
Browse files Browse the repository at this point in the history
…er into maintenence-2022-03
  • Loading branch information
DarkaOnLine committed Mar 17, 2022
2 parents d844f04 + 451e82d commit 9d4f028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Http/Controllers/SwaggerController.php
Expand Up @@ -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
Expand Down Expand Up @@ -132,7 +132,7 @@ public function api(Request $request)
/**
* Display Oauth2 callback pages.
*
* @param Request $request
* @param Request $request
* @return string
*
* @throws L5SwaggerException
Expand Down
2 changes: 1 addition & 1 deletion src/SecurityDefinitions.php
Expand Up @@ -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
*/
Expand Down

0 comments on commit 9d4f028

Please sign in to comment.