Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 8, 2023
1 parent bf55c72 commit efe3862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Http/Middleware/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct(ConfigFactory $configFactory)
}

/**
* @param $request
* @param $request
* @param Closure $next
* @return mixed
*
Expand Down
2 changes: 1 addition & 1 deletion src/SecurityDefinitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected function injectSecurity(Collection $documentation, array $config): Col
/**
* Converts an array to an object.
*
* @param $array
* @param $array
* @return object
*/
protected function arrayToObject($array)
Expand Down
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function swagger_ui_dist_path(string $documentation, $asset = null)
* Returns asset from swagger-ui composer package.
*
* @param string $documentation
* @param $asset string
* @param $asset string
* @return string
*
* @throws L5SwaggerException
Expand Down

0 comments on commit efe3862

Please sign in to comment.