Skip to content

Commit 4c24436

Browse files
committed
StyleCI fixes
1 parent 52469ae commit 4c24436

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

config/openapi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
'components' => [
5050
//
51-
]
51+
],
5252
],
5353

5454
],

src/Builders/ComponentsBuilder.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public function __construct(
3535
public function build(
3636
string $collection = Generator::COLLECTION_DEFAULT,
3737
array $middlewares = []
38-
): ?Components
39-
{
38+
): ?Components {
4039
$callbacks = $this->callbacksBuilder->build($collection);
4140
$requestBodies = $this->requestBodiesBuilder->build($collection);
4241
$responses = $this->responsesBuilder->build($collection);
@@ -74,7 +73,7 @@ public function build(
7473
$components = $components->securitySchemes(...$securitySchemes);
7574
}
7675

77-
if (!$hasAnyObjects) {
76+
if (! $hasAnyObjects) {
7877
return null;
7978
}
8079

0 commit comments

Comments
 (0)