Skip to content

Commit efe3862

Browse files
committed
Apply fixes from StyleCI
1 parent bf55c72 commit efe3862

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Http/Middleware/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(ConfigFactory $configFactory)
2424
}
2525

2626
/**
27-
* @param $request
27+
* @param $request
2828
* @param Closure $next
2929
* @return mixed
3030
*

src/SecurityDefinitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ protected function injectSecurity(Collection $documentation, array $config): Col
119119
/**
120120
* Converts an array to an object.
121121
*
122-
* @param $array
122+
* @param $array
123123
* @return object
124124
*/
125125
protected function arrayToObject($array)

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function swagger_ui_dist_path(string $documentation, $asset = null)
5050
* Returns asset from swagger-ui composer package.
5151
*
5252
* @param string $documentation
53-
* @param $asset string
53+
* @param $asset string
5454
* @return string
5555
*
5656
* @throws L5SwaggerException

0 commit comments

Comments
 (0)