Skip to content

Commit da3a83e

Browse files
committed
fix: remove linting issues
1 parent c4e4008 commit da3a83e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app/Swagger/MarketplaceSchemas.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ class PaginatedConsultantsResponseSchema
4343
{
4444
}
4545

46+
47+
48+
4649
#[OA\Schema(
4750
schema: 'PaginatedMarketplaceDistributionResponseSchema',
4851
allOf: [

app/Swagger/Models/ProjectSponsorshipTypeSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
)]
3434
class ProjectSponsorshipTypeSchema
3535
{
36-
}
36+
}

app/Swagger/schemas.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,4 +519,3 @@ class OrganizationCreateRequestSchema
519519
]
520520
)]
521521
class PaginatedUserStoriesResponseSchema {}
522-

0 commit comments

Comments
 (0)