Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko authored and github-actions[bot] committed Feb 2, 2025
1 parent c76b6c2 commit de7ff3e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/Extensions/TypeToSchemaExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Dedoc\Scramble\Extensions;

use Dedoc\Scramble\Infer;
use Dedoc\Scramble\OpenApiContext;
use Dedoc\Scramble\Support\Generator\Components;
use Dedoc\Scramble\Support\Generator\Response;
use Dedoc\Scramble\Support\Generator\Types\Type as OpenApiType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public function __construct(
TypeTransformer $openApiTransformer,
Components $components,
protected OpenApiContext $openApiContext
)
{
) {
parent::__construct($infer, $openApiTransformer, $components);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public function __construct(
TypeTransformer $openApiTransformer,
Components $components,
protected OpenApiContext $openApiContext
)
{
) {
parent::__construct($infer, $openApiTransformer, $components);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public function __construct(
TypeTransformer $openApiTransformer,
Components $components,
protected OpenApiContext $openApiContext
)
{
) {
parent::__construct($infer, $openApiTransformer, $components);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public function __construct(
TypeTransformer $openApiTransformer,
Components $components,
protected OpenApiContext $openApiContext
)
{
) {
parent::__construct($infer, $openApiTransformer, $components);
}

Expand Down
3 changes: 1 addition & 2 deletions src/Support/TypeToSchemaExtensions/ModelToSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public function __construct(
TypeTransformer $openApiTransformer,
Components $components,
protected OpenApiContext $openApiContext
)
{
) {
parent::__construct($infer, $openApiTransformer, $components);
}

Expand Down
3 changes: 1 addition & 2 deletions src/Support/TypeToSchemaExtensions/PaginatorTypeToSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public function __construct(
TypeTransformer $openApiTransformer,
Components $components,
protected OpenApiContext $openApiContext
)
{
) {
parent::__construct($infer, $openApiTransformer, $components);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public function __construct(
TypeTransformer $openApiTransformer,
Components $components,
protected OpenApiContext $openApiContext
)
{
) {
parent::__construct($infer, $openApiTransformer, $components);
}

Expand Down

0 comments on commit de7ff3e

Please sign in to comment.